• Resolved norolex

    (@norolex)


    Hi,

    I am getting the following error.
    Can someone help?

    Thank you for your time
    Willi

    Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: (setFrom) [email protected]/’ in /home/pizzeria/public_html/wp-includes/class-phpmailer.php:1023
    Stack trace: #0 /home/pizzeria/public_html/wp-includes/pluggable.php(352): PHPMailer->setFrom(‘info@pizzeria-t…’, ‘Pizzeria Tavola…’, false)
    #1 /home/pizzeria/public_html/wp-content/plugins/theme-my-login/modules/custom-email/custom-email.php(883): wp_mail(‘info@pcodermac….’, ‘Tavola Calda Re…’, ‘<p>Vielen Dank …’)
    #2 [internal function]: Theme_My_Login_Custom_Email->new_user_notification(15)
    #3 /home/pizzeria/public_html/wp-includes/class-wp-hook.php(298): call_user_func_array(Array, Array)
    #4 /home/pizzeria/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array)
    #5 /home/pizzeria/public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #6 /home/pizzeria/public_html/wp-includes/user.php(2354): do_action(‘register_new_us…’, 15)
    #7 /home/pizzeria/public_html/wp-content/plugins/theme-my- in /home/pizzeria/public_html/wp-includes/class-phpmailer.php on line 1023

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    The first line tells you what the problem is: PhpMailer thinks “[email protected]/” is an invalid address, which it is (note the slash at the end).

    Thread Starter norolex

    (@norolex)

    D’oh!
    Thank you for your support and time, sent you 10 bucks.
    Greetings from Switzerland,
    Willi

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Uncaught exception …’ is closed to new replies.