• Resolved pythondon

    (@pythondon)


    I tried using both sendinblue and other smtp to send emails but i keep getting this error: ErrorInfo: Invalid address: (From): SMTP_FROM

    sendinblue is configyre properly as well as smtp settings.

    Full log:
    Versions:
    WordPress: 5.6
    WordPress MS: No
    PHP: 7.4.14
    WP Mail SMTP: 2.5.1

    Params:
    Mailer: smtp
    Constants: No
    ErrorInfo: Invalid address: (From): SMTP_FROM
    Host: mail.conserveitja.com
    Port: 465
    SMTPSecure: ssl
    SMTPAutoTLS: bool(true)
    SMTPAuth: bool(true)

    Server:
    OpenSSL: OpenSSL 1.1.0l 10 Sep 2019

    Debug:
    Mailer: Other SMTP
    Invalid address: (From): SMTP_FROM

    SMTP Debug:
    Invalid address: (From): SMTP_FROM

    WP_Error Object
    (
    [errors] => Array
    (
    [wp_mail_failed] => Array
    (
    [0] => Invalid address: (From): SMTP_FROM
    )

    )

    [error_data] => Array
    (
    [wp_mail_failed] => Array
    (
    [to] => Array
    (
    [0] => [email protected]
    )

Viewing 1 replies (of 1 total)
  • Plugin Support Darshana

    (@darshanaw)

    @pythondon

    Could you please check if there’s any Must Use plugins on your site like this one. If so, you need to deactivate them.

    Also, we recommend checking “Force From Email” as well under WP Mail SMTP -> Settings area, which will make sure that emails from your site are sent from this valid email address.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Invalid address: (From): SMTP_FROM’ is closed to new replies.