Send mail encrypted with attachments

2014-08-14 Thread Bob Sneidar
Hi all. 

I got Sarah Reichelts SMTP library (and paid for it) and it’s very cool, but it 
does not seem to work with SSL encrypted connections, like Gmail for example. 

Has anyone done this? Might I use Livecode’s built in SSL library to retrofit 
her SMTP library to support SSL? 

Bob S
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Send mail encrypted with attachments

2014-08-14 Thread Bob Sneidar
UPDATE:

I poked around in Sarah’s library and found the pertinent line that opens the 
socket. So instead of using:

open socket to sSocketAddr with message “sSMTPsocketConnected

I use:

open secure socket to sSocketAddr with message “sSMTPsocketConnected

the server is smtp.gmail.com:465. I get a read error. Any ideas on how to go 
about opening a secure SMTP connection?

Bob S


On Aug 14, 2014, at 13:21 , Bob Sneidar bobsnei...@iotecdigital.com wrote:

 Hi all. 
 
 I got Sarah Reichelts SMTP library (and paid for it) and it’s very cool, but 
 it does not seem to work with SSL encrypted connections, like Gmail for 
 example. 
 
 Has anyone done this? Might I use Livecode’s built in SSL library to retrofit 
 her SMTP library to support SSL? 
 
 Bob S
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode