Support for setting the Return-Path
-
Hello,
I am using MEOW SMTP on a WordPress installation and would like to continue using it.
A custom plugin on the same website dynamically sets a dedicated bounce address as the Return-Path / Envelope-From for outgoing emails. The bounce address itself does not need to be configured in MEOW SMTP.
Other SMTP plugins provide an option called “Set Return Path”, described as follows:
The Return-Path determines where non-delivery reports and bounce emails are sent. If this option is not enabled, bounce messages may be lost.I could not find a similar option in MEOW SMTP.
Does MEOW SMTP support a Return-Path set by another plugin, for example through PHPMailer’s
Senderproperty or thephpmailer_inithook? Is there a setting, filter, or hook that ensures MEOW SMTP preserves and uses this value instead of overriding or removing it?The visible From address should remain unchanged. Only the Return-Path / Envelope-From is set dynamically by my custom plugin.
Thank you for your help.
You must be logged in to reply to this topic.