Retool (SMTP)
Send email from a Retool app through MailBlastr using an SMTP resource.
Retool can send email from your apps and workflows through an SMTP resource. Create one pointed at the MailBlastr relay and authenticate with your API key, then call it from any Retool query. SMTP sends appear in your dashboard and event log just like API sends.
Prerequisites
- A MailBlastr API key.
- A verified domain to send from.
1. Get your SMTP credentials
You'll configure the Retool SMTP resource with the following MailBlastr credentials:
Hoststringoptionalsmtp.mailblastr.com
Portnumberoptional465 (implicit TLS) or 587 (STARTTLS).
Usernamestringoptionalmailblastr
PasswordstringoptionalYour API key, e.g. mb_xxxxxxxxx.
2. Create an SMTP resource
Log into Retool and create a new SMTP resource:
- 1New resource
Go to Resources and click Create New.
- 2Select SMTP
Search for SMTP and select it.
- 3Add credentials
Give the resource a name and enter the MailBlastr host, port, username (
mailblastr), and password (your API key) from the section above.