- Consider the using the SDKs or REST API where possible, the SMTP proxy a limited set of IndiePitcher’s features.
- Same rate limits apply to the SMTP API as the REST API.
- Sent emails through SMTP will show alongside emails sent through the REST API and the SDKs in the IndiePitcher dashboard.
SMTP Credentials
- Host:
smtp.indiepitcher.com - Port:
587 - Username:
indiepitcher - Password:
YOUR_API_KEY
Set enable secure connection to false if asked. The connection will be upgraded to SSL/TLS using
STARTTLS command on successful connection. Let us know if you need to connect using SMTPS on port 465, or port 25.Markdown Support
Send a regular html email containing<indiepitcher-markdown> tag. Any HTML outside of this tag will be ignored.
Limitations
The main purpose of the SMTP proxy is to allow integration with services such as Supabase Auth, Firebase Auth, and other services that require SMTP to send emails to your users. In order to avoid abuse by spammers, following limitations are in place:- Plaintext emails are not supported, only HTML emails.
- Sending email to multiple recepients is not supported.
- Cc/bcc fields are not supported.
- From field is ignored, IndiePitcher will use the sender defined in your project’s settings.
- Sender name:
indiepitcher-ignore-sender-replyto - Sender email: anything, will be ignored
- Reply to: anything, will be ignored
