-
Notifications
You must be signed in to change notification settings - Fork 744
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
No bcc-email #164
Comments
The code for adding the BCC email address hasn't change between 19.x and 20.x: You only need:
in the TSConfig field of your scheduler task but the "plugin.tx_aimeos.settings." prefix works too. |
Thank you for the advice. New try - new test environment - different server I was able to reproduce the problem |
Are you also able to debug the problem to see where adding the BCC address fails? |
I'm more of an integrator than a programmer. But with a short guide / help, I am happy to try it. |
We think the problem may be somewhere in the Symfony Mailer component TYPO3 is using. Can you check if the BCC address is added here (typo3conf/ext/aimeos/Resources/Private/Extensions/ai-typo3/lib/custom/src/MW/Mail/Message/Typo3.php): And then available here (vendor/symfony/mailer/Mailer.php): |
The Symfony Mailer package TYPO3 is using has a bug which discards BCC adresses and which isn't fixed since several months: |
Is there any workaround...? |
There's a workaround mentioned: https://forge.typo3.org/issues/92354 Also, you can use the new |
After an upgrade TYPO3 9.5.x > 10.4.13 and Aimeos 19.10.x > 20.7. x > 20.10.6 no bcc-email is sent.
In the TypoScript configuration of the scheduler "Aimeos Shop advanced scheduler" there is still the line:
plugin.tx_aimeos.settings.client.html.email.bcc-email = [email protected]
The order delivery and order payment related e-mail to the client is triggered by cronjob and works, but no bcc-email.
The log aimeos and TYPO3 shows no entry.
Any idea where the error could be?
thank you
The text was updated successfully, but these errors were encountered: