SC - 2011-05-13 15:41:47 -
In reply to message 1 from SC
Aha, found what I was looking for. http://www.phpkode.com/scripts/item/secure-smtp-client/
Very simple method they use. It uses the stream_crypto functions. Note: you need to have OpenSSL installed on the server. Almost all web hosts will have this available, unless they are very dumb. Perhaps you could use this method in your class to allow for tls/ssl connections? Very beneficial!