Forum Replies Created

Viewing 1 replies (of 1 total)
  • gobrien

    (@gobrien)

    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 ago by gobrien.
Viewing 1 replies (of 1 total)