Order Email payment setup from cronjob

How to configure and adapt Aimeos based shops as developer
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!
omprakash
Posts: 7
Joined: 26 Aug 2020, 13:05

Order Email payment setup from cronjob

Post by omprakash » 12 Nov 2020, 10:42

hello,

I have to manually run "order/email/payment" job in command line to send emails. i have read your documentation and tried to run this command "* * * * * php /path/to/artisan aimeos:jobs "order/export/csv order/email/delivery order/email/payment order/email/voucher order/service/delivery subscription/export/csv customer/email/account" " but it's showing "* is not recognized as an internal or external command" in command line. I want to run this job in every minute.can you explain me how to setup this.
waiting for reply.

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

Re: Order Email payment setup from cronjob

Post by aimeos » 13 Nov 2020, 14:32

The command

Code: Select all

* * * * * php /path/to/artisan aimeos:jobs "order/export/csv order/email/delivery order/email/payment order/email/voucher order/service/delivery subscription/export/csv customer/email/account"
must be added to your crontab file. Please check the documentation of your hosting environment how you can add cronjobs.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply