I wanted to use the Virgin Media SMTP server for a website running phpMailer. First of all the emails failed so I turned on errors with the following command:
|
1 |
$mail->SMTPDebug = 1; |
It returned:
|
1 2 |
SMTP -> NOTICE: EOF caught while checking if connected SMTP -> ERROR: AUTH not accepted from server: |
It turned out to be quite simple (ssl:// for the …