e-mail Notifications

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!
yong
Posts: 43
Joined: 10 Apr 2019, 12:55

e-mail Notifications

Post by yong » 11 Jun 2019, 08:49

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 !

yong
Posts: 43
Joined: 10 Apr 2019, 12:55

Re: e-mail Notifications

Post by yong » 11 Jun 2019, 09:30

i'm using 2018.10 aimeos-laravel version

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

Re: e-mail Notifications

Post by aimeos » 11 Jun 2019, 21:54

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"
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply