Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bounce Mail not work #429

Open
chrcan opened this issue Jun 29, 2023 · 1 comment
Open

bounce Mail not work #429

chrcan opened this issue Jun 29, 2023 · 1 comment

Comments

@chrcan
Copy link

chrcan commented Jun 29, 2023

I thought the change had already been made in this branche:
The bounce mails are not queried can that be the cause?

Line 899 Classes/Dmailer.php

{ if (GeneralUtility::validEmail($this->dmailer['sys_dmail_rec']['return_path'])) {
      $mailer->returnPath($this->dmailer['sys_dmail_rec']['return_path']);
}

Actually, this is how it should work:

{ if (GeneralUtility::validEmail($this->dmailer['sys_dmail_rec']['return_path'])) {
       $mailer->sender($this->dmailer['sys_dmail_rec']['return_path']);
}
@Patta
Copy link
Contributor

Patta commented Sep 19, 2023

No, it was a workaround for a resolved bug in core/symfony. See SSFGizmo#49

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

No branches or pull requests

2 participants