Page 1 of 1

e-mail Notifications

Posted: 11 Jun 2019, 08:49
by yong
Hi ! need help , i'm not seeing e-mail delivery nor email-payment in order status data base table ! So i didn't receive any mail even that i've configured it in my .env file ! I want to know how to overwrite all cronjobs and the mail template !

Re: e-mail Notifications

Posted: 11 Jun 2019, 09:30
by yong
i'm using 2018.10 aimeos-laravel version

Re: e-mail Notifications

Posted: 11 Jun 2019, 21:54
by aimeos
You need to execute the "order/email/payment" and "order/email/delivery" jobs regularly (best via cronjob) to send the e-mails, i.e.

Code: Select all

./artisan aimeos:jobs "order/email/payment order/email/delivery"