• Resolved lucafregoso

    (@lucafregoso)


    Hello,
    we can’t send email using both Gmail or standard SMTP Authentication.

    Using Gmail API:
    Versions:
    WordPress: 4.8.5
    WordPress MS: No
    PHP: 7.0.27
    WP Mail SMTP: 1.2.5

    Params:
    Mailer: gmail
    Constants: No
    Client ID/Secret: Yes
    Auth Code: Yes
    Access Token: Yes

    Server:
    OpenSSL: Yes
    PHP.allow_url_fopen: Yes
    PHP.stream_socket_client(): Yes
    PHP.fsockopen(): Yes
    PHP.curl_version(): Yes

    Using SMTP auth:
    Versions:
    WordPress: 4.8.5
    WordPress MS: No
    PHP: 7.0.27
    WP Mail SMTP: 1.2.5

    Params:
    Mailer: smtp
    Constants: No
    ErrorInfo:
    Host: localhost
    Port: 25
    SMTPSecure: string(0) “”
    SMTPAutoTLS: bool(true)
    SMTPAuth: bool(false)

    Server:
    OpenSSL: Yes
    SMTP Debug:
    [empty]

    Best regards,
    Luca

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Slava Abakumov

    (@slaffik)

    SMTP is not configured at all (you need to provide host,port,encryption,authentication, user and password) – thus it doesn’t work. Please use Gmail SMTP settings to configure sending emails through SMTP.

    Gmail – you haven’t provided Debug output and I can’t help without it.

    Thread Starter lucafregoso

    (@lucafregoso)

    I’m sorry but I set everything in the plugin settings area, I don’t know why it seems not configured at all.
    Any ideas?

    Thread Starter lucafregoso

    (@lucafregoso)

    @slaffik I can confirm it’s not using my settings to send email, if I force those params in the test method file it’s working.
    How could I solve the problem?

    Plugin Author Slava Abakumov

    (@slaffik)

    I think you have some other SMTP plugin activated and not configured. That breaks the Other SMTP mailer settings.

    Please try to deactivate other SMTP or mail-delivery related plugins and test again.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Can’t send email’ is closed to new replies.