- Issue created by @a.sinitsa
- Status changed to Closed: works as designed
12 months ago 12:26pm 27 November 2023 - 🇷🇺Russia a.sinitsa
I apologize, it seems I was rushed and the problem is on my end.
When sending via SMTP, the task is left out of the queue even if an error response is received.
With the help of ECA module I have built the functionality of sending e-mails through the queue. When an event occurs, the email is successfully placed in the queue and when the cron job is started, it is successfully sent and disappears from the queue.
I tried to change the data for SMTP connection to get a sending error. After starting the cron job, the SMTP connection error appeared and the task of sending the email disappeared from the queue.
It seems to me that the task should stay in the queue until a successful send is performed. Or am I wrong?
Closed: works as designed
1.4
Code
I apologize, it seems I was rushed and the problem is on my end.