-> _esmtp [' STARTTLS '] == true)) ) {
I guess what I got was that they connect to SMTP using TLS because that line it does is connect using TLS if the version of PHP is 5.1.0 and my version was that actually .. so I put the 6.1.0 (which does not ex... authentication error. I found the proper fix for at least my situation.
If you're using PHP 5.6, the... TP EHLO command with "localhost" and apparently that causes PHP's new verification to fail.
The solut