Bug #5971
closedMailPoet should use commons-no-reply@gc.cuny.edu for bounced emails
0%
Description
From Ray's response to an email thread with IT:
I've taken a look at MailPoet.
They bundle their own version of PHPMailer and use it by default to send their email, which is why our custom "Return-Path" header is not applying to MailPoet emails.
MailPoet does have a hidden option to allow their emails to be sent with WordPress' wp_mail(). However, it requires a code snippet to force this option so it can be toggled in the WP admin area:
https://cfxdesign.com/email-wordpress-posts-to-subscribers-with-mandrill-and-mailpoet/ (Read the "Shared Hosting Problems" section and on)Boone: We'll probably need to tweak that code snippet so it isn't run on every single page.
Also, it looks like MailPoet has their own configurable bounce setting:
http://docs.mailpoet.com/article/40-automated-bounce-handling-install-guideIf we decide to use this, I do not think it should use the same email address as commons-no-reply@gc.cuny.edu.
Related issues