-
Bug
-
Resolution: Invalid
-
Major
-
None
-
3.1.3
-
None
-
system : Linux 2.6.32-042stab103.6 MSK 2015 x86_64
php version 5.3.3
Mysqli 5.1.69
browser tested : firefox 36.0.1, chrome 41.0.2272.89 m
Problem "return-path" in email, yahoo and other provider refuse email.
this happened when i changed to a new host with postfix.
To overcome this issue i use the next hack in includes/functions_messenger.php:
$result = $config['email_function_name']($to, mail_encode($subject, ''), wordwrap(utf8_wordwrap($msg), 997, "\n", true), $headers, "-f" . $config['board_email']);