• Resolved daro2013

    (@daro2013)


    Hi sir,

    I have tried to setup an SMTP for a Gmail account using your plugins, but it does not work when sending a test email. I did the following settings:

    From Email Address: [email protected]
    From Name: mywebsitename
    SMTP Host: smtp.gmail.com
    Type of Encryption: SSL
    SMTP Port: 465
    SMTP Authentication: yes
    SMTP Username: [email protected]
    SMTP Password: password of my email

    Here are the errors after sending a test email:

    CLIENT -> SERVER: EHLO https://www.mydomain.com
    CLIENT -> SERVER: AUTH LOGIN
    CLIENT -> SERVER: ZGFyb3NtaXRoMjAxM0BnbWFpbC5jb20=
    CLIENT -> SERVER: YmlybTA3ZGlh
    SMTP ERROR: Password command failed: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbvK
    534-5.7.14 ZWVlPUSVBTov0sBp5zUdiA5ihcHXjW8CcXaB0Qnd-5OOCNJRO2l-3YwGoRYhx7Gp9NRBVo
    534-5.7.14 cwnY2nwbRb5Jpwx2oURRrE6PWzqFzHKg5RvvBfO5zhHV1lBbXXG1vQZ7wvy_TzSAjzW1EE
    534-5.7.14 RFErQ5zAdu74twfjp8FW-4ydgv_zPOUlTdwikNyfU46gg1zeqZY-F4CLEAxWa8_6Sfd9_W
    534-5.7.14 4IXHigxmRitywDg2Dlap-g126bdUA> Please log in via your web browser and
    534-5.7.14 then try again.
    534-5.7.14 Learn more at
    534 5.7.14 https://support.google.com/mail/answer/78754 z2-v6sm6709003pgv.12 – gsmtp
    SMTP Error: Could not authenticate.CLIENT -> SERVER: QUIT
    SMTP Error: Could not authenticate.

    I have double checked that email password is correct and IMAP is enabled in Gmail setting.

    Do know what could be wrong with that?

    Cheers
    Thon

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter daro2013

    (@daro2013)

    Update: I also talked to Bluehost where my website is hosted; they used create a test.php with this script:

    <?php
    ini_set( display_errors, 1 );
    error_reporting( E_ALL );
    $from = “emailtest@YOURDOMAIN”;
    $to = “[email protected]”;
    $subject = “PHP Mail Test script”;
    $message = “This is a test to check the PHP Mail functionality”;
    $headers = “From:” . $from;
    mail($to,$subject,$message, $headers);
    echo “Test email sent”;
    ?>

    and access:

    https://www.mydomain.com/test.php

    The email is sent out INBOX. They said nothing wrong with Bluehost’s email system or on its wordpress settings.

    I very appreciate your help.

    Regards

    Hi, the error log does state that the password is incorrect. It would be great if you had a different e-mail account you could test? Do you have any other e-mail account?

    Regards

    Thread Starter daro2013

    (@daro2013)

    Hi sir,

    I have tried different gmail account, the result is the same. The password is correct.

    Any advice is very appreciated.

    Cheers
    Thon

    Hi, please check the following documentation.

    Let me know if it helps you.

    Regards

    Thread Starter daro2013

    (@daro2013)

    Hello,

    Sorry for a delay in reply.

    Please find a screenshot attached which shows a URL is always included in Yoast SEO page time.

    Similar URL is included in all other Yoast SEO title, for example:

    https://www.myhomepage/page1 or
    https://www.myhomepage/page2 etc.

    How can I remove that URL from each Yoas SEO title?

    Cheers

    Thread Starter daro2013

    (@daro2013)

    sorry for sending a wrong message to you.

    I have RESOLVED this issue with your plugins; I have missed a line of code in functions.php; that was why there is error.

    Thank you again for this great plugins.

    Cheers
    Thon

    I am glad to hear. I will mark this thread as resolved.

    Kind regards

    @daro2013
    Could you please share what you changed in the functions.php? I am having the same problem and can’t figure it out. It is telling me that my password failed. However, I know it’s the right password. I’ve tried it a number of times.

    CLIENT -> SERVER: EHLO mydomain.com
    CLIENT -> SERVER: AUTH LOGIN
    CLIENT -> SERVER: anZhbm5lc3RAcGFzY2FsZXN5a2VzZm91bmRhdGlvbi5jb20=
    CLIENT -> SERVER: MTM1R3lybzUzMSE=
    SMTP ERROR: Password command failed: 534-5.7.14 <https://accounts.google.com/signin/continue?sarp=1&scc=1&plt=AKgnsbuJ
    534-5.7.14 R4HDx2k3FP0J08kI5622eu_5qLkv0RL1VQvJmlMaVYiKXPHXEeAomxiDGniVRZpxKrDwe9
    534-5.7.14 7Q-FSqPaWQxZnG43W-CEg4JWdlwwjmNWdcp_nKPZSgv-P4Gpg8ODUtYNNidgAWhT9VwfwI
    534-5.7.14 ZpquD-AEG5eSbHp7odhJ3pf4DTDNyHXcuPmw-gzd8hgajgSto4-y22iw8z4dN3xhYqs6V9
    534-5.7.14 494NAIfsyfk20We-px7OEjSqKWvPrT3i7fTn61UOZFLR_Jha7f> Please log in via
    534-5.7.14 your web browser and then try again.
    534-5.7.14  Learn more at
    534 5.7.14  https://support.google.com/mail/answer/78754 n188-v6sm2757609oia.17 - gsmtp
    SMTP Error: Could not authenticate.CLIENT -> SERVER: QUIT
    SMTP Error: Could not authenticate.
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Gmail setting does not work’ is closed to new replies.