Page 1 of 1

SMTP support

Posted: Tue Jun 26, 2012 11:29 pm
by Paul D
Does Livecode have SMTP support for Android? Basically I want to click a button and send an email to a static address with a simple date and time in the body. Something like this possible?

Re: SMTP support

Posted: Tue Jun 26, 2012 11:46 pm
by Dixie
Have a look at page 29 of the 5.5.1 Android Release notes...

be well

Dixie

Re: SMTP support

Posted: Wed Jun 27, 2012 2:28 pm
by Paul D
Sorry I should have been more specific... I don't want it to open up the email, allowing the user to freely edit the message. I want to click a button and it sends an email in the background.

Re: SMTP support

Posted: Wed Jun 27, 2012 2:51 pm
by sturgis
There isn't any socket support yet, so you can't do it that way, but if you can setup a script on a webserver somewhere you can post to it and have the page that you post to send the email.
Paul D wrote:Sorry I should have been more specific... I don't want it to open up the email, allowing the user to freely edit the message. I want to click a button and it sends an email in the background.

Re: SMTP support

Posted: Wed Jun 27, 2012 3:05 pm
by Paul D
Okay, that's what I figured. :?