[Solved] No bcc mails after upgrade

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
denzen
Posts: 12
Joined: 24 Nov 2020, 16:31

[Solved] No bcc mails after upgrade

Post by denzen » 23 Sep 2021, 10:09

After a TYPO3 upgrade to 10 and an Aimeos upgrade to 21.10, no more bcc mails go out as a copy.
The emails to the customer work and now even have the invoice attached immediately, also with prepayment.
This is the TYPOscript in the scheduler, which worked before the upgrade:
----
plugin.tx_aimeos.settings.client.html.email.from-name = My Store
plugin.tx_aimeos.settings.client.html.email.from-email = info@mystore.de
plugin.tx_aimeos.settings.client.html.email.reply-name = Bestellung bei Mystore
plugin.tx_aimeos.settings.client.html.email.reply-email = service@mystore.de
plugin.tx_aimeos.settings.client.html.email.bcc-email = support@mystore.de

Does anyone have an idea?

Thank you & Best Regards
Denis
----
AIMEOS 21.4.2
FreeBSD
PHP 7.4.3
MySQL 5.7.27
TYPO3 10.4.4
Last edited by denzen on 23 Sep 2021, 15:52, edited 1 time in total.

denzen
Posts: 12
Joined: 24 Nov 2020, 16:31

Re: No bcc mails after upgrade

Post by denzen » 23 Sep 2021, 15:48

Another sendmail parameter brought the solution.
This works for me:
/ usr / sbin / sendmail -bs -i -f info@mystore.de
Information is available here:
https://github.com/symfony/symfony/pull/39744

Post Reply