SMTP & Providers

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
I'm using SMTP object to send emails but I'm using gmail provider :

server= "smtp.gmail.com"
port= 465
emailname="yourGmailAdress"
password="yourpassword"
protocol="SMTP"

This object has been tested with other providers?
I can use for example "Tiscali" Or "telecom italia" mail server ?
 

luke2012

Well-Known Member
Licensed User
Longtime User
Ok. So I have to change only the port and server name to handle other providers.
I'll do a test!

Thanks!
 
Upvote 0
Top