Order / Payment Emails being duplicated
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!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Order / Payment Emails being duplicated
I am seeing duplicate emails for every order placed / paid (aimeos 2022.10.06) just updated yesterday but the issue was there before.
Each email is sending 3 times.
I have switched SMTP from production back to mailtrap and still seeing the duplicates.
cron jobs seem ok
is there anything I can check?
Each email is sending 3 times.
I have switched SMTP from production back to mailtrap and still seeing the duplicates.
cron jobs seem ok
is there anything I can check?
Re: Order / Payment Emails being duplicated
Which host application do you use? Laravel or TYPO3?
There's one e-mail sent for each payment/delivery status change so this might be the cause for the e-mails but in that case, they are not entirely the same but differ in the intro section.
There's one e-mail sent for each payment/delivery status change so this might be the cause for the e-mails but in that case, they are not entirely the same but differ in the intro section.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Order / Payment Emails being duplicated
Laravel, currently using test mode for payments
it might be the case that it is status changes triggering the multiple emails but they all look the same and contain the same PDF
it might be the case that it is status changes triggering the multiple emails but they all look the same and contain the same PDF
Re: Order / Payment Emails being duplicated
Can you set the log level to "6" and see in the Log panel of the admin backend when emails are sent and what the order status is?
https://github.com/aimeos/aimeos/blob/m ... p.php#L201
Here's the code line where the logging will happen:
https://github.com/aimeos/ai-controller ... #L325-L326
https://github.com/aimeos/aimeos/blob/m ... p.php#L201
Here's the code line where the logging will happen:
https://github.com/aimeos/ai-controller ... #L325-L326
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
