Search found 5 matches

by saw
Sun Sep 20, 2020 9:37 am
Forum: Internet
Topic: smtp
Replies: 32
Views: 21178

Re: smtp

Another option maybe to use an email service that has a REST API.

Couple of examples (I haven't tried these myself):
https://rapidapi.com/fapi/api/fapimail/details
https://www.mailjet.com/email-api/

GMail also has an API
https://developers.google.com/gmail/api/guides/sending
by saw
Sun Sep 20, 2020 9:30 am
Forum: Internet
Topic: smtp
Replies: 32
Views: 21178

Re: smtp

With a bit of searching I found couple of old stacks for smtp but I don't think they will support TLS connections. I think they are using socket commands so maybe they could be modified to use 'secure socket'? Sarah Reichelts smtp library https://github.com/trozware/rev_stacks/blob/master/SMTP_libra...
by saw
Sun Sep 20, 2020 9:15 am
Forum: Internet
Topic: smtp
Replies: 32
Views: 21178

Re: smtp

Probably not, according to the Dictionary the Livecode shell command is not available on Android.
by saw
Sun Sep 20, 2020 9:04 am
Forum: Internet
Topic: smtp
Replies: 32
Views: 21178

Re: smtp

If you are developing a desktop app how about using shell to call the curl command? Curl is already installed on MacOS and Linux(?), should be easy to install it on Windows. The following code worked for me on MacOS. For this to work with GMail you have to allow 'Less secure app access' in your GMai...

Go to advanced search