Main docs page here --> https://docs.queuemail.dev/
QUEUEMAIL.DEV allows you to send emails via API using one or more SMTP servers in order to ensure deliverability and avoid SMTP stress.
Some sample features:
-
You can program sending emails in a synchronous or asynchronous way: With logs endpoint you can check send status for every email sent.
-
Also, with webhooks, you can run processes when an event (like email sucessfully sent) occurs for a complete integration.
-
With sending email endpoint you can discard sending errors before you start a SMTP session.
-
Track opened emails and clicked email links with tracking endpoint.
-
...and much more at docs.
Free tier does not support Queuemail professional SMTP servers. So you must to configure free SMTP servers or your custom SMTP server.
-
2024-01-09: Automatic removal for free-tier unused accounts. See API limitations.
-
2023-09-20: Control panel improvements: Now you can create and send newsletters (contacts, templates and mailing management).
-
2023-09-19: Control panel improvements: Now you can manage queue, logs, tracking and blacklists.
-
2023-09-01: Control panel acccess. Apps and SMTP servers must be created via control panel. API calls for manage apps and SMTP servers are removed.
-
2023-07-21: Added example: Hardy Client: A robust Java client to use QUEUEMAIL.DEV API.
-
2023-07-18: Added senddate parameter to sending emails endpoint in order to schedule emails to send.