• Resolved LilGames

    (@lilgames)


    My error log shows this, and your form submission results in a white screen of death:

    [25-Nov-2016 22:49:36 UTC] PHP Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: ‘ in /home/thenexts/public_html/wp-includes/class-phpmailer.php:946
    Stack trace:
    #0 /home/thenexts/public_html/wp-includes/pluggable.php(352): PHPMailer->setFrom(”, ‘The Next Super …’, false)
    #1 /home/thenexts/public_html/wp-content/plugins/visual-form-builder/includes/email.php(401): wp_mail(”, ”, ‘<!DOCTYPE html …’, Array, ”)
    #2 /home/thenexts/public_html/wp-content/plugins/visual-form-builder/visual-form-builder.php(1935): require(‘/home/thenexts/…’)
    #3 [internal function]: Visual_Form_Builder->email(”)
    #4 /home/thenexts/public_html/wp-includes/plugin.php(524): call_user_func_array(Array, Array)
    #5 /home/thenexts/public_html/wp-settings.php(411): do_action(‘init’)
    #6 /home/thenexts/public_html/wp-config.php(89): require_once(‘/home/thenexts/…’)
    #7 /home/thenexts/public_html/wp-load.php(39): require_once(‘/home/thenexts/…’)
    #8 /home/thenexts/public_html/wp-blog-header.php(13): require_once(‘/home/thenexts/…’)
    #9 /home/th in /home/thenexts/public_html/wp-includes/class-phpmailer.php on line 946

    Does your plugin not do error handling?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter LilGames

    (@lilgames)

    I solved it, but will leave this up for others who run into a similar issue.

    I had enabled “Notifications” in my form settings but left the reply email field empty. This in turn caused the phpmailer to puke when forms were submitted.

    Hello Lil Games!

    So glad you were able to sort this out 🙂 Have a good one!

    Joseph
    VFBPro Support

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pretty serious php mailer fail’ is closed to new replies.