Send Mail Using Php Over Tls
Hi, I have some PHP code which sends mail via SMTP. It has worked in the past, but our new provider requires TLS when sending:
http://blogs.technet.com/msonline/archive/2009/09/02/using-smtp-relay-with-exchange-online.aspx
I’ve filled out all the variables in the script, with the exception of the correct password. I will provide that upon request.
I’d basically like someone to modify the existing attached script so that it can use TLS and work with our new provider.