jeudi 3 septembre 2020

Laravel QUEUE can save status of a failed mail server? or cache of failed jobs? [closed]

Some jobs was created between my mail server was offline.

And got that exception:

production.ERROR: Expected response code 354 but got code "554", with message "554 5.5.1 Error: no valid recipients

Now my mail server is running and my new jobs are done correctly. But my olds failed jobs trying to execute and get the same exception:

production.ERROR: Expected response code 354 but got code "554", with message "554 5.5.1 Error: no valid recipients

Laravel save in any place the state of the mail server or cache of the old jobs?

I using : php: 7.1.3 laravel/framework: 5.8



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire