Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #25239, comment 23


Ignore:
Timestamp:
08/23/2016 04:05:07 AM (9 years ago)
Author:
mt8.biz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25239, comment 23

    v1 v2  
    22
    33https://core.trac.wordpress.org/changeset/38287
     4
     5error message is:
     6
     7```
     8Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: wordpress@_' in /var/www/vhosts/i-XXXXXXXX/wp-includes/class-phpmailer.php:946
     9Stack trace:
     10#0 /var/www/wordpress/wp-includes/pluggable.php(352): PHPMailer->setFrom('wordpress@_', 'WordPress')
     11#1 /var/www/wordpress/wp-includes/pluggable.php(1726): wp_mail('hogehoge@...', '[SITE NAME]')
     12#2 /var/www/wordpress/wp-includes/user.php(2350): wp_new_user_notification(35, NULL, 'both')
     13#3 [internal function]: wp_send_new_user_notifications(35, 'both')
     14#4 /var/www/wordpress/wp-includes/plugin.php(524): call_user_func_array('wp_send_new_use...', Array)
     15#5 /var/www/wordpress/wp-admin/includes/user.php(196): do_action('edit_user_creat...', 35, 'both')
     16#6 /var/www/wordpress/wp-admin/user-new.php(116): edit_user()
     17#7 {main} thrown in /var/www/wordpress/wp-includes/class-phpmailer.php on line 946
     18```