Payment mail to multiple BCC recipients

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
columbo
Advanced
Posts: 125
Joined: 09 Oct 2019, 09:42

Payment mail to multiple BCC recipients

Post by columbo » 15 Jan 2024, 14:00

Hi,

how can we add multiple bcc addresses to payment mail?
According to https://aimeos.org/docs/2023.x/config/c ... cc-email_1 it should work with an list of email addresses

tried this:

Code: Select all

controller/jobs/order/email/payment/bcc-email = ['mail1@mail.com', 'mail2@mail.com', 'mail3@mail.com'],
But the mail is only sent to one address

Any other configuration needed?
Thank you

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

Re: Payment mail to multiple BCC recipients

Post by aimeos » 18 Jan 2024, 15:02

No other configuration needed but there was an error in the Laravel adapter which is fixed with this patch:
https://github.com/aimeos/ai-laravel/co ... b44cbeea06

Can you please run:

Code: Select all

composer req aimeos/ai-laravel:2023.10.x-dev
and test if it works now?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

columbo
Advanced
Posts: 125
Joined: 09 Oct 2019, 09:42

Re: Payment mail to multiple BCC recipients

Post by columbo » 19 Jan 2024, 07:10

Great, now it's working
thank you!

Post Reply