Hello,
I have installed e-Newsletter in a Multi-site environment. I’m using Amazon SES to send mails for the whole site network. Since that is the case, I’d like the “from” address to always show as info@mysitenetwork.com, which I can see how to do. However, I would like to set it so each site sends emails with the “reply-to” email address set to that site’s admin email. For example, if SubSite 1 has a blogname of “SubSite 1” and an admin email of subsite1owner@gmail.com, I would like the emails sent from that site to look like this:
From: SubSite 1 <info@mysitenetwork.com>
Reply-To: subsite1owner@gmail.com
Does that make sense? To send through AWS you need to have the from address be a registered email address or domain, so I can’t just set the “from” address to each sub site owner’s email. However, when users respond to their emails, the replies should go back to the sub site owner, and not to my email sender account.
Can you advise as to how this would work? This seems like a use case that should be supported. I don’t see a “reply to” configuration option in the plugin, and I don’t see any filters that look relevant. I’d be willing and able to write code to fix it myself, but I would like to not have to edit your plugin if possible because then I have to merge my changes every time you release an update.
Best,
Dave