The Mail API now gives every configuration its own fixed address and lets you describe your mails with patterns instead of bending them to our subject syntax - plus a live preview with real test mails and up to ten allowed senders per configuration.
Webapp
🆕 New
- Turn any mail into a message, without rewriting the mail (Docs) - Your monitoring tool, ticket system or ERP keeps sending the mails it already sends. Each Mail API configuration gets a fixed address like
TOKEN@gateway.seven.io, and you describe once where the recipient, the text and the sender sit:{{to}}in the address prefix,{{text}}in the body, or anything in the subject with literal text as anchors. Works for SMS, RCS, WhatsApp and voice. Existing configurations keep working unchanged as before. - See what your mail would send before it sends anything - Every configuration has a test address. Send a real mail to it and the dashboard shows live which variables were captured, what message would go out and whether the sender is allowed. Nothing is dispatched.
- Up to ten allowed senders per configuration - No more one configuration per colleague. Add up to ten sender addresses,
*@your-domain.comwildcards included.
✨ Improved
- Rejected mails show up in your debugger - Mails to a Mail API address that were rejected because of a wrong sender no longer disappear silently. You see them in the debugger with the reason.