• Since a longer time there is still an error in the phpmailer…

    Yes – some mailservers don’t use TLS because they don’t need it.

    When you try to send a mail via smtp you recieve an error..

    You must change:

    ../wp-includes/class-phpmailer.php

    (line 260)

    public $SMTPAutoTLS = true;

    to

    public $SMTPAutoTLS = false;

    then it works…
    by the way… you can find this error also in joomla 😉

    greez

    • This topic was modified 9 years, 8 months ago by omni-it.
    • This topic was modified 9 years, 8 months ago by omni-it.

The topic ‘ERROR TLS – SMTPAutoTLS’ is closed to new replies.