Emails being sent to noreply@www
-
Hi there. Love this plugin. We started getting a lot of mail bounce backs because of mails being sent to [email protected] versus [email protected].
The bbpress bbp_get_do_not_reply_address() strips the www, so I cowboy coded this into line 250 of bbp-private-replies.php
$do_not_reply = ‘<‘ . bbp_get_do_not_reply_address() . ‘>’;
It would be awesome if this change could make it into a future version. Thanks!
- The topic ‘Emails being sent to noreply@www’ is closed to new replies.