SMTP Library

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
chris9610
Posts: 79
Joined: Fri Mar 20, 2009 4:38 pm

SMTP Library

Post by chris9610 » Fri Apr 09, 2010 1:55 pm

I was wanting to use Sarah's SMTP Library to write an application to send emails with gmail or yahoo mail. But it seems that both services use SSL and special ports.

Does any one have any examples to follow to use the SSL SMTP ports of these services?
Developing with Windows XP & Revolution 4.5

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: SMTP Library

Post by BvG » Fri Apr 09, 2010 11:52 pm

there's probably no existing code. But there might be some RFC's on the topic, did you check them?
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

chris9610
Posts: 79
Joined: Fri Mar 20, 2009 4:38 pm

Re: SMTP Library

Post by chris9610 » Sat Apr 10, 2010 4:18 am

No I did not. I really do not understand the proper use of the SSL & encryption library.

So I do not know where to start. I looked at a couple of SMTP libraries but I do not know how to apply the SSL to them.
Developing with Windows XP & Revolution 4.5

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: SMTP Library

Post by BvG » Sat Apr 10, 2010 6:23 pm

Request for comments documents (RFC) are like the rules for internet protocols. If you want or need to code a solution yourself, you might be able to make it a revselect product. So I googled for "SMTP SSL RFC" and the third entry (or so) was this:

http://www.ietf.org/rfc/rfc3207.txt
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply