Email question.

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
DavJans
Posts: 275
Joined: Thu Dec 12, 2013 4:21 pm

Email question.

Post by DavJans » Thu Oct 05, 2017 10:31 pm

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.
"Det bästa stället att hitta en hjälpande hand är i slutet av din egen arm" förutom här

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10327
Joined: Wed May 06, 2009 2:28 pm

Re: Email question.

Post by dunbarx » Fri Oct 06, 2017 3:55 am

I think you want "revmail"

Next stop, dictionary.

Craig Newman

mrcoollion
Posts: 738
Joined: Thu Sep 11, 2014 1:49 pm

Re: Email question.

Post by mrcoollion » 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.

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

Thierry
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 875
Joined: Wed Nov 22, 2006 3:42 pm

Re: Email question.

Post by Thierry » Fri Oct 06, 2017 8:17 am

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
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!

mrcoollion
Posts: 738
Joined: Thu Sep 11, 2014 1:49 pm

Re: Email question.

Post by mrcoollion » Fri Oct 06, 2017 8:30 am

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

Thierry
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 875
Joined: Wed Nov 22, 2006 3:42 pm

Re: Email question.

Post by Thierry » Fri Oct 06, 2017 9:03 am

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
!
SUNNY-TDZ.COM doesn't belong to me since 2021.
To contact me, use the Private messages. Merci.
!

DavJans
Posts: 275
Joined: Thu Dec 12, 2013 4:21 pm

Re: Email question.

Post by DavJans » Fri Oct 06, 2017 4:57 pm

Thank you guys. This forum never fails :)
"Det bästa stället att hitta en hjälpande hand är i slutet av din egen arm" förutom här

Post Reply