luke2012 Well-Known Member Licensed User Longtime User Apr 2, 2013 #1 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 ?
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 ?
Erel B4X founder Staff member Licensed User Longtime User Apr 2, 2013 #2 It should work with all providers that support SMTP. Upvote 0
luke2012 Well-Known Member Licensed User Longtime User Apr 2, 2013 #3 Ok. So I have to change only the port and server name to handle other providers. I'll do a test! Thanks! Upvote 0
Ok. So I have to change only the port and server name to handle other providers. I'll do a test! Thanks!