Videos
Check out our tutorial video series.
Ensuring reliable email delivery: Scale and recover with MailSlurp's SQS-backed message queues. Learn how to use them in this guide.
MailSlurp supports sending emails in a reliable and scalable way using SQS-backed message queues.
Message queues are a first in first out pub/sub system that allow software systems to recover from failures by placing failed actions into a deadletter queue that can be redriven. MailSlurp uses queues internally to recover inbound and outbound emails when the server is down for maintenance or because of errors. This means MailSlurp can ensure delivery and acceptance of emails at all times. You can also use these queues to make your transactional email delivery more reliable.
Send with queue methods are available in all SDK libraries and the REST API. Here is an example using the MailSlurp Javascript client:
There are several ways in which standard email delivery might fail:
Use queues to prevent email delivery failures in all of these cases. If delivery is disrupted MailSlurp will reject the queue message and will place it back on the queue and retry indefinitely until it succeeds.
Check out our tutorial video series.
Email and SMS guides for automation and testing.
View github project code for multiple languages.
Latest posts from the MailSlurp team.
Test, build, and automate messaging with a free MailSlurp account.