I’m trying to build a mobile app that when user presses a button, it sends emails direct to an email address. I found that Sarah’s SMTP library demo do this. I try to put on the server the smtp.gmail.com but Iv’e got this error:
> 5.7.0 must issue a starttls command first
Thanks in advance!
I believe that smtp.gmail.com uses SSL. Sarah’s library doesn’t do this. You need to authenticate with your correct Gmail user name and password and you might want to try executing the LiveCode syntax
You need to do this before you start using Sarah’s lib. I wonder if you also need to fiddle with the default headers. For this, you need to edit the script of the lib.