Extended order management doesn't send emails
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Extended order management doesn't send emails
System is Linux, Typo3 10.4.21, PHP 7.3.30, aimeos 21.10.2
I set up the extended order management exactly as in https://aimeos.org/tips/aimeos-2021-07-release/.
Scheduler job order/service/delivery is executed, but no email is sent. Nothing in the log.
I set up the extended order management exactly as in https://aimeos.org/tips/aimeos-2021-07-release/.
Scheduler job order/service/delivery is executed, but no email is sent. Nothing in the log.
Re: Extended order management doesn't send emails
No-one else has the same issue? I changed sendmail -t -i => sendmail -bs to get an email to the shop owner via BCC. But I would like to use this new extended order management.
Re: Extended order management doesn't send emails
BCC e-mails are not working any more since TYPO3 uses the Symfony mailer package. There's an outstanding bug report for a long time in Symfony and the only workaround the sometimes work is changing the Sendmail command line parameters.
What always works is the email service provider:
https://aimeos.org/docs/latest/manual/services/#email
What always works is the email service provider:
https://aimeos.org/docs/latest/manual/services/#email
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Extended order management doesn't send emails
Here the sendmail -bs works, but I would like to use the extended order management.
But something is wrong. First it appears during the order process in delivery and also it doesn't send email. I added some screenshots for explaination.
But something is wrong. First it appears during the order process in delivery and also it doesn't send email. I added some screenshots for explaination.
- Attachments
-
- Email.png (204.94 KiB) Viewed 8444 times
-
- Versand.png (51.97 KiB) Viewed 8444 times
Re: Extended order management doesn't send emails
You have to set up a scheduler task for executing the order/service/delivery job controller:
https://aimeos.org/docs/latest/typo3/se ... ery-minute
https://aimeos.org/docs/latest/typo3/se ... ery-minute
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Extended order management doesn't send emails
Yes, this I did, but still no emails.
Re: Extended order management doesn't send emails
I cannot understand why the email notification appears in the delivery section of the checkout process.
Re: Extended order management doesn't send emails
The delivery services providers are responsible for the actions that should be executed after the customer selected the shipping option they are configured for. This can be querying an API of a fulfillment provider, sending the order to an ERP system or simply sending an e-mail with the order details to someone.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Extended order management doesn't send emails
Did you check if your TYPO3 installation can send mails from the install tool and you receive them in your inbox?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Extended order management doesn't send emails
Yes, it sends emails from the install tool, from power mail and also the shop orders.