Support » Plugin: Gmail SMTP » Stops sending email after a couple of days

  • Hi,
    I am facing a strange problem. When I set up GMAIL SMTP with my gsuite id, it works fine for some days. After some days, even without making any change in the website, it stops working. When I try testing the plugin I get the following log (no email sent):

    2019-02-14 14:37:11 Connection: opening to smtp.gmail.com:587, timeout=300, options=array ()
    2019-02-14 14:37:11 Connection: opened
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “220 smtp.gmail.com ESMTP l87sm9063020pfj.35 – gsmtp”
    2019-02-14 14:37:12 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP l87sm9063020pfj.35 – gsmtp
    2019-02-14 14:37:12 CLIENT -> SERVER: EHLO clootrack.com
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-smtp.gmail.com at your service, [13.233.48.174]”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-SIZE 35882577”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-8BITMIME”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-STARTTLS”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-STARTTLS”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-ENHANCEDSTATUSCODES”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-PIPELINING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-CHUNKING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250 SMTPUTF8”
    2019-02-14 14:37:12 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
    2019-02-14 14:37:12 CLIENT -> SERVER: STARTTLS
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “220 2.0.0 Ready to start TLS”
    2019-02-14 14:37:12 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
    2019-02-14 14:37:12 CLIENT -> SERVER: EHLO clootrack.com
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-smtp.gmail.com at your service, [13.233.48.174]”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-SIZE 35882577”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-8BITMIME”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-ENHANCEDSTATUSCODES”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-PIPELINING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250-CHUNKING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING”
    2019-02-14 14:37:12 SMTP -> get_lines(): $str is “250 SMTPUTF8”
    2019-02-14 14:37:12 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [13.233.48.174]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
    2019-02-14 14:37:12 Auth method requested: XOAUTH2
    2019-02-14 14:37:12 Auth methods available on the server: LOGIN,PLAIN,XOAUTH2,PLAIN-CLIENTTOKEN,OAUTHBEARER,XOAUTH
    2019-02-14 14:37:12 CLIENT -> SERVER: QUIT
    2019-02-14 14:37:13 SMTP -> get_lines(): $data is “”
    2019-02-14 14:37:13 SMTP -> get_lines(): $str is “221 2.0.0 closing connection l87sm9063020pfj.35 – gsmtp”
    2019-02-14 14:37:13 SERVER -> CLIENT: 221 2.0.0 closing connection l87sm9063020pfj.35 – gsmtp
    2019-02-14 14:37:13 Connection: closed

    Can you help why not working.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Noor Alam

    (@naa986)

    @shameelabdulla, The log states that the plugin is working fine. Can you send a test email when it stops working?

    Thread Starter shameelabdulla

    (@shameelabdulla)

    It is not working. Even test email is not getting sent.

    @shameelabdulla, could it be that you haven’t published the screens Google asks for? You can make the registration without this, but the site stated that these needed to be published, I think. Check the details at your account.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stops sending email after a couple of days’ is closed to new replies.