• Resolved GeDInfo

    (@gedinfo)


    The problem arose after WordPress SMTP default auth type switch from LOGIN to CRAM-MD5.

Viewing 1 replies (of 1 total)
  • Thread Starter GeDInfo

    (@gedinfo)

    I tried to study the situation…

    The real problem was an authentication error when sending email through SMTP Authenticated.

    I have solved so:
    Change /knews/includes/knews_send_mail.php
    adding under $mail->SMTPAuth=true; (Row 61);
    $mail->AuthType = ‘LOGIN’;
    adding under $mail->SMTPAuth=true; (Row 90);
    $mail->AuthType = ‘LOGIN’;

    Now everything is working correctly!!!

    I hope for you to enter the change in the next release of the plugin.

    Yours sincerely

Viewing 1 replies (of 1 total)
  • The topic ‘Authenticated SMTP doesn’t work.’ is closed to new replies.