Hi all,
I'm trying to send a mass email for a campaign, but:
Basically, my cron task gets executed (I double checked), no logs gets saved though, and the email fails with no explanation.
I have my instance running on docker.
I have read Send Mass Emails is not working on Campaign - EspoCRM Open Source Community Forum already, and tried some of their fixes but none works (e.g. disabled and reenabled the mass mail job, rebooted the whole docker instance, disabled parallel jobs etc.
I'm trying to send a mass email for a campaign, but:
- the job executes
- it attempts 3 times to send each email, then it sets the email queue item to "Failed"
- no specific logs in data/logs
- the campaign status gets changed to "complete"
Basically, my cron task gets executed (I double checked), no logs gets saved though, and the email fails with no explanation.
I have my instance running on docker.
I have read Send Mass Emails is not working on Campaign - EspoCRM Open Source Community Forum already, and tried some of their fixes but none works (e.g. disabled and reenabled the mass mail job, rebooted the whole docker instance, disabled parallel jobs etc.
Comment