Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Provide custom attribute with setter/getter to use as custom returnPath (Bounce Return E-Mail ) #8885

Closed
fatcrobat opened this issue Jun 7, 2018 · 2 comments

Comments

@fatcrobat
Copy link

Current implementation of Email::sendTo() does not give you any chance to modify the Bouce-Mail returnPath. It would be great if you can provide an public setter and getter to modify a new property named returnPath.

$this->objMessage->setReturnPath($this->strSender);

sentTo could be changed to:

$this->objMessage->setReturnPath($this->strReturnPath?:$this->strSender);
@leofeyer
Copy link
Member

See contao/core-bundle#1543.

@leofeyer
Copy link
Member

Contao 3 is in the "security fixes only" phase of the long term support phases, so we will not add new features or fix non-security bugs anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants