Page 1 of 1

Email question.

Posted: Thu Oct 05, 2017 10:31 pm
by DavJans
I have an app that I want to add a button to to send an email, but its not on mobile, anyone got a link for some sort of guyilde for doing this in a windows environment? we have outlook 365 if that helps.

Re: Email question.

Posted: Fri Oct 06, 2017 3:55 am
by dunbarx
I think you want "revmail"

Next stop, dictionary.

Craig Newman

Re: Email question.

Posted: Fri Oct 06, 2017 8:12 am
by mrcoollion
You may also use tsNetSmtpSync if you do not want to use the users client mail application but need to send it directly via a server.

See dictionary for more information on tsNetSmtpSync

For office 365 SMTP settings see e.g.: https://portal.smartertools.com/kb/a286 ... gmail.aspx

Regards,

Paul

Re: Email question.

Posted: Fri Oct 06, 2017 8:17 am
by Thierry
mrcoollion wrote:
Fri Oct 06, 2017 8:12 am
You may also use tsNetSmtpSync if you do not want to use the users client mail application but need to send it directly via a server.
+1

It's a beautiful add-on to LC.
I've managed in no time - almost :)
to build a complete email-sender completely in LC, and it's part of my business tools.

Regards,

Thierry

Re: Email question.

Posted: Fri Oct 06, 2017 8:30 am
by mrcoollion
Hi Thierry,

>> SOLVED<< Question: How do you send a mail with attachments with tsNetSmtpSync? >> SOLVED<<

SOLUTION >> Found more information and a sample stack on : http://lessons.livecode.com/m/4071/l/68 ... t-external

Regards,

Paul

Re: Email question.

Posted: Fri Oct 06, 2017 9:03 am
by Thierry
mrcoollion wrote:
Fri Oct 06, 2017 8:30 am
SOLUTION >>http://lessons.livecode.com/m/4071/l/68 ... t-external
That was fast :)
and I wasn't aware of this lesson.

Regards,

Thierry

Re: Email question.

Posted: Fri Oct 06, 2017 4:57 pm
by DavJans
Thank you guys. This forum never fails :)