Bug report
-
Hi,
There is a bug in your plugin. Its in class-ur-emailer.php function send_mail_to_admin line 355.
$header = array(
'Reply-To:' . $user_email .'\r\n',
'Content-Type: text/html; charset=UTF-8'
);Remove
'\r\n'at the end of the reply to email. It causes Invalid reply to email and the admin notification email is not sent.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bug report’ is closed to new replies.