Title: [Plugin: Gmail SMTP]
Last modified: August 31, 2016

---

# [Plugin: Gmail SMTP]

 *  Resolved [tossedcookies](https://wordpress.org/support/users/tossedcookies/)
 * (@tossedcookies)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-gmail-smtp/)
 * WI have been trying to set up my website to send me emails via contact form, 
   and opted to try GMail SMTP, since they would not send through regular WordPress
   PHP mail.
 * When I sent myself a test mail, my admin panel hung for about 3 minutes while
   the loading bar at the bottom said “waiting for fuzzy.love”
 * I finally got a timeout error with this log:
    ‘Connection: opening to smtp.gmail.
   com:587, timeout=300, options=array () Connection: opened SMTP -> get_lines():
   $data is “” SMTP -> get_lines(): $str is “220 smtp.gmail.com ESMTP d187sm14712794qhc.
   38 – gsmtp” SERVER -> CLIENT: 220 smtp.gmail.com ESMTP d187sm14712794qhc.38 –
   gsmtp CLIENT -> SERVER: EHLO fuzzy.love SMTP -> get_lines(): $data is “” SMTP-
   > get_lines(): $str is “250-smtp.gmail.com at your service, [159.203.160.35]”
   SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [159.203.160.35]”
   SMTP -> get_lines(): $str is “250-SIZE 35882577” SMTP -> get_lines(): $data is“
   250-smtp.gmail.com at your service, [159.203.160.35]250-SIZE 35882577” SMTP -
   > get_lines(): $str is “250-8BITMIME” SMTP -> get_lines(): $data is “250-smtp.
   gmail.com at your service, [159.203.160.35]250-SIZE 35882577250-8BITMIME” SMTP-
   > get_lines(): $str is “250-STARTTLS” SMTP -> get_lines(): $data is “250-smtp.
   gmail.com at your service, [159.203.160.35]250-SIZE 35882577250-8BITMIME250-STARTTLS”
   SMTP -> get_lines(): $str is “250-ENHANCEDSTATUSCODES” SMTP -> get_lines(): $
   data is “250-smtp.gmail.com at your service, [159.203.160.35]250-SIZE 35882577250-
   8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES” SMTP -> get_lines(): $str is “250-
   PIPELINING” SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service,[
   159.203.160.35]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-
   PIPELINING” SMTP -> get_lines(): $str is “250-CHUNKING” SMTP -> get_lines(): 
   $data is “250-smtp.gmail.com at your service, [159.203.160.35]250-SIZE 35882577250-
   8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING” SMTP -
   > get_lines(): $str is “250 SMTPUTF8” SERVER -> CLIENT: 250-smtp.gmail.com at
   your service, [159.203.160.35]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-
   PIPELINING250-CHUNKING250 SMTPUTF8 CLIENT -> SERVER: STARTTLS SMTP -> get_lines():
   $data is “” SMTP -> get_lines(): $str is “220 2.0.0 Ready to start TLS” SERVER-
   > CLIENT: 220 2.0.0 Ready to start TLS CLIENT -> SERVER: EHLO fuzzy.love SMTP-
   > get_lines(): $data is “” SMTP -> get_lines(): $str is “250-smtp.gmail.com at
   your service, [159.203.160.35]” SMTP -> get_lines(): $data is “250-smtp.gmail.
   com at your service, [159.203.160.35]” SMTP -> get_lines(): $str is “250-SIZE
   35882577” SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [
   159.203.160.35]250-SIZE 35882577” SMTP -> get_lines(): $str is “250-8BITMIME”
   SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [159.203.160.35]
   250-SIZE 35882577250-8BITMIME” SMTP -> get_lines(): $str is “250-AUTH LOGIN PLAIN
   XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH” SMTP -> get_lines(): $data is “
   250-smtp.gmail.com at your service, [159.203.160.35]250-SIZE 35882577250-8BITMIME250-
   AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH” SMTP -> get_lines():
   $str is “250-ENHANCEDSTATUSCODES” SMTP -> get_lines(): $data is “250-smtp.gmail.
   com at your service, [159.203.160.35]250-SIZE 35882577250-8BITMIME250-AUTH LOGIN
   PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES” SMTP-
   > get_lines(): $str is “250-PIPELINING” SMTP -> get_lines(): $data is “250-smtp.
   gmail.com at your service, [159.203.160.35]250-SIZE 35882577250-8BITMIME250-AUTH
   LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-ENHANCEDSTATUSCODES250-
   PIPELINING” SMTP -> get_lines(): $str is “250-CHUNKING” SMTP -> get_lines(): 
   $data is “250-smtp.gmail.com at your service, [159.203.160.35]250-SIZE 35882577250-
   8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER XOAUTH250-
   ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING” SMTP -> get_lines(): $str is “
   250 SMTPUTF8” SERVER -> CLIENT: 250-smtp.gmail.com at your service, [159.203.160.35]
   250-SIZE 35882577250-8BITMIME250-AUTH LOGIN PLAIN XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER
   XOAUTH250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8 Auth method
   requested: XOAUTH2 Auth methods available on the server: LOGIN,PLAIN,XOAUTH2,
   PLAIN-CLIENTTOKEN,OAUTHBEARER,XOAUTH’
 * Help?

Viewing 1 replies (of 1 total)

 *  Thread Starter [tossedcookies](https://wordpress.org/support/users/tossedcookies/)
 * (@tossedcookies)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-gmail-smtp/#post-7267586)
 * Turns out I didn’t have sendmail installed on my server. DERP DERP!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Gmail SMTP]’ is closed to new replies.

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [gmail](https://wordpress.org/support/topic-tag/gmail/)

 * 1 reply
 * 1 participant
 * Last reply from: [tossedcookies](https://wordpress.org/support/users/tossedcookies/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-gmail-smtp/#post-7267586)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
