MyBB Community Forums

Full Version: Reply-To header in emails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not sure if this is a bug report or a request. Big Grin

If a user sends an email to another user the email address of the administrator of the board is added in the Reply-To header. If the recipient replies to this email the email address of the administrator gets automatically inserted as the recipients address.

This line in the file in the file inc/class_mailhandler.php is causing this (2x):
$this->headers .= "Reply-To: {$mybb->settings['adminemail']}{$this->delimiter}";
It would make sense to insert the email adress of the user who sends the message or only to insert this line in automatically generated mailings.
(2008-09-07, 12:55 AM)Michael83 Wrote: [ -> ]It would make sense to insert the email adress of the user who sends the message or only to insert this line in automatically generated mailings.

Agree!

I would expect this behavior.