pluggable.php on line 934
Hi,
New Classipress user here. Big thanks to the developers for such great software
I have an error if someone could please help. It occurs when creating a new user in the back end and clicking on submit new user. I get this error:
Invalid address: Enter your admin email hereYou must provide at least one recipient email address.
Warning: Cannot modify header information - headers already sent by (output started at /home/XXXX/public_html/wp-includes/class-phpmailer.php:464) in /home/XXXX/public_html/wp-includes/pluggable.php on line 934
I am of course entering a correct email address.
Line 934 in pluggable.php reads:
header("Location: $location", true, $status);
Thanks in advance.