Is it possible to send and recieve emails via Livecode?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 76
- Joined: Sat Nov 07, 2009 7:43 pm
Is it possible to send and recieve emails via Livecode?
Well the question is: Can I send and recieve emails within livecode and without any external mail application?
Regards,
Masterchief
Regards,
Masterchief
Re: Is it possible to send and recieve emails via Livecode?
Why don't you use google ? "livecode send email" for instance ? Or the forum search tool ?MasterchiefJB wrote:Well the question is: Can I send and recieve emails within livecode and without any external mail application?
It's everywhere. 2 libraries are available. Sarah's is a good one.
Re: Is it possible to send and recieve emails via Livecode?
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
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 76
- Joined: Sat Nov 07, 2009 7:43 pm
Re: Is it possible to send and recieve emails via Livecode?
I am sorry! Thanks for your help, the mailing list is great!
@bangkok: Next time I will definitly do a google/forum search before asking my questions. I am sorry!

@bangkok: Next time I will definitly do a google/forum search before asking my questions. I am sorry!

Re: Is it possible to send and recieve emails via Livecode?
I didn't mean to be harsh on you. It's just that I believe the forum is a tool when people face a problem, something that they can't solve, or an answer they can't find, after... a proper search online.MasterchiefJB wrote: @bangkok: Next time I will definitly do a google/forum search before asking my questions. I am sorry!

Re: Is it possible to send and recieve emails via Livecode?
You can either use someone else's existing library, or you can write your own.. SMTP and POP3 are some of the easier protocols to code for and would make for a good learning exercise for using sockets..