Payment email bcc not working

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!
maco01
Posts: 21
Joined: 16 Mar 2022, 10:37

Payment email bcc not working

Post by maco01 » 29 Jun 2022, 09:11

Hi,
we have configured the bcc email address for payment emails in the advanced cron job. But the emails are not sent. We use typo3 10.4.30. The bcc of the typo3 standard forms is working the customer also gets the email.

We have tried the following typoscript in the ts-config-field of the cronjob:
plugin.tx_aimeos.client.html.email.delivery.bcc-email = test@test.com
controller.jobs.order.email.payment.bcc-email = test@test.com

Any hint or idea?

Thanks and regards!

User avatar
aimeos
Administrator
Posts: 7913
Joined: 01 Jan 1970, 00:00

Re: Payment email bcc not working

Post by aimeos » 29 Jun 2022, 09:15

Which Aimeos version do you use and are the order confirmation e-mails sent to the customer?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

maco01
Posts: 21
Joined: 16 Mar 2022, 10:37

Re: Payment email bcc not working

Post by maco01 » 29 Jun 2022, 09:24

The version is 21.10.4.

Yes, the order confirmation e-mail is sent to the customer.

User avatar
aimeos
Administrator
Posts: 7913
Joined: 01 Jan 1970, 00:00

Re: Payment email bcc not working

Post by aimeos » 29 Jun 2022, 09:32

The correct setting in the TSConfig field of the scheduler for 21.10.x is:

Code: Select all

client.html.email.payment.bcc-email = test@test.com
If you are still having troubles with BCC-Emails, then read this:
https://github.com/aimeos/aimeos-typo3/issues/164
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

maco01
Posts: 21
Joined: 16 Mar 2022, 10:37

Re: Payment email bcc not working

Post by maco01 » 29 Jun 2022, 09:38

Thanks! I will try this.
Another short question: i would like to adjust the elements of the payment email. For example, hide the delivery address, payment and shipping block. Unfortunately, I can't make sense of the documentation. How should I proceed here?

User avatar
aimeos
Administrator
Posts: 7913
Joined: 01 Jan 1970, 00:00

Re: Payment email bcc not working

Post by aimeos » 30 Jun 2022, 12:49

In 2021.10, the templates for the payment e-mails can be found here:
https://github.com/aimeos/ai-client-htm ... il/payment

In 2022.04 and later, the templates are now stored here:
https://github.com/aimeos/ai-controller ... il/payment

You can overwrite the e-mail templates just like every other template.
The .mjml files (see https://mjml.io/) are the source which generate the .php template files.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

maco01
Posts: 21
Joined: 16 Mar 2022, 10:37

Re: Payment email bcc not working

Post by maco01 » 04 Jul 2022, 07:41

Great - thanks for your links!

Post Reply