Emails to the owner

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
karpati
Posts: 14
Joined: 08 Feb 2022, 20:42

Emails to the owner

Post by karpati » 19 Jun 2022, 14:29

Hello Aimeos!

Is there a way for the webshop owner to receive an email about every incoming order?

I tried everything from the documentation (Laravel).

The buyer receives the email about the order, but the webshop owner does not.

client/html/email/bcc-email = 'myemail@myemail.com'
Does not work.

client/html/email/delivery/bcc-email = 'myemail@myemail.com'
Does not work.

controller/jobs/order/email/delivery/bcc-email = array('myemail@myemail.com')
Does not work.

What am i doing wrong?
Thank you!

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

Re: Emails to the owner

Post by aimeos » 21 Jun 2022, 12:33

If you are using Aimeos 2022.04+, the correct configuration for BCC-Emails is:

Code: Select all

controller/jobs/order/email/payment/bcc-email = array('myemail@myemail.com')
See here: https://aimeos.org/docs/2022.x/config/c ... cc-email_1
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply