Title: gobrien's Replies | WordPress.org

---

# gobrien

  [  ](https://wordpress.org/support/users/gobrien/)

 *   [Profile](https://wordpress.org/support/users/gobrien/)
 *   [Topics Started](https://wordpress.org/support/users/gobrien/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gobrien/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gobrien/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gobrien/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gobrien/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gobrien/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gmail SMTP] “Error” Message appears as admin notification](https://wordpress.org/support/topic/error-message-appears-as-admin-notification/)
 *  [gobrien](https://wordpress.org/support/users/gobrien/)
 * (@gobrien)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/error-message-appears-as-admin-notification/#post-10360275)
 * This problem just started on my installation.
 * I removed the “From Email Address” field as I wanted that value set upstream 
   by Gravity Forms. E-mail continues to send fine; I just get the annoying warning.
 * Workaround: I modified the function function is_gmail_smtp_configured() in the
   plugin’s main.php. I just commented out where it checks the config for the from_email
   value.
 *     ```
           if(!isset($options['from_email']) || empty($options['from_email'])){
       //        $smtp_configured = false;
           }
       ```
   
 * Everything continues to work but of course updating the plugin in the future 
   will break the fix.
    -  This reply was modified 8 years, 2 months ago by [gobrien](https://wordpress.org/support/users/gobrien/).

Viewing 1 replies (of 1 total)