| 4 | |
| 5 | error message is: |
| 6 | |
| 7 | ``` |
| 8 | Fatal error: Uncaught exception 'phpmailerException' with message 'Invalid address: wordpress@_' in /var/www/vhosts/i-XXXXXXXX/wp-includes/class-phpmailer.php:946 |
| 9 | Stack 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 | ``` |