Hi,
I found this great article on Yii cron jobs at: https://mytechystuffs.wordpress.com/tag/yii2-cron/
I have done mine the same, but the following line does not seem to work:
/var/www/vhosts/yourapp/yii mail/send
I have of course replaced all the values with my correct path etc.
Any help on this?
Is the above line only if you have yii installed on the server?
If you don’t have yii installed on the server, how can you run the send action in the Mail controller?