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 ge

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