Send email by SMPT server not using client

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
snm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 253
Joined: Fri Dec 09, 2011 11:17 am

Send email by SMPT server not using client

Post by snm » Wed May 30, 2012 5:28 pm

Is it possible to prepare and send email from LC stack without lunching email client or LC Server? How to do it using account on standard SMTP server?

Marek

bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Re: Send email by SMPT server not using client

Post by bangkok » Wed May 30, 2012 5:33 pm

Answer : yes.

With the SMTP library of Sarah Reichelt.

http://www.troz.net/rev/index.irev?cate ... ary#stacks

snm
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 253
Joined: Fri Dec 09, 2011 11:17 am

Re: Send email by SMPT server not using client

Post by snm » Wed May 30, 2012 7:59 pm

Thanks a lot Bangkok. I forgot about that. It's working nice, but the problem is it's not working with UTF-8. I hope it'll be not very big problem to fix it.

Marek

RBarker
Posts: 5
Joined: Wed Aug 22, 2012 10:39 pm

Re: Send email by SMPT server not using client

Post by RBarker » Sun Dec 02, 2012 11:37 pm

I have seen a lot of references to Sarah's email via SMTP server code but I cannot access it (just get 'REVO2700' displaying) - does anyone else have a copy of it? Or is there another way to access it? Thanks

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Send email by SMPT server not using client

Post by Mark » Mon Dec 03, 2012 12:17 am

Hi,

There's a contact form on her website. Just ask her.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply