Werden unbeantwortete E-Mails nach dem Wechsel zu einem neuen SMTP-Anbieter weiterhin gesendet?

I initially used Bravo’s SMTP service, but today I ran out of credit, and some users didn’t receive their registration activation emails. If I switch to a new SMTP provider now, will the users who didn’t receive activation emails automatically get them after the switch?

1 „Gefällt mir“

If the jobs failed due to Bravo not accepting them, the Sidekiq jobs responsible for sending them will be retried.

You can check the list of failed jobs up for retry in sidekiq (view the /sidekiq path as admin) and you should see these jobs in the retry queue.

5 „Gefällt mir“