in mass_mail.php
find:
- Code: Select all
$emailer->extra_headers($email_headers);
replace with:
- Code: Select all
$emailer->from($board_config['board_email']);
$emailer->replyto($board_config['board_email']);
it still works without the change.. but the headers are different..
actually the change was done in 2.05.. when you receive a mail without the change you will have noticed in the header that the mail comes from useremail ; domain name with the change it comes from usermail only
Luc

