Spotzee doesn’t ship its own email transport. You bring an email provider, give Spotzee credentials, and we route your sends through it. Four providers are supported: SMTP, SendGrid, Mailgun, and Amazon SES.Documentation Index
Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt
Use this file to discover all available pages before exploring further.
Provider configuration lives under Settings → Integrations and requires the project
admin role. You can add more than one provider; mark one as the default and use the others as fallbacks.Pick a provider
Each provider takes a different credential shape:| Provider | Best for | Credentials |
|---|---|---|
| SMTP | Bring-your-own relay or a vendor outside this list | Host, port, protocol, username, password |
| SendGrid | High-volume marketing email with built-in deliverability tooling | API key |
| Mailgun | Transactional and marketing email with strong analytics | API key, domain, optional webhook signing key |
| Amazon SES | Cost-sensitive senders running other infrastructure on AWS | Region, access key ID, secret access key |
Configure your provider
- SMTP
- SendGrid
- Mailgun
- Amazon SES
Use SMTP when you have a third-party relay or an in-house mail server. Spotzee speaks any standard SMTP server.
Enter connection details
Fill in the credentials your relay gave you:
- Host. The SMTP server hostname.
- Port. Typically
587for STARTTLS,465for SSL,25for plain. - Protocol. Pick
starttls(recommended),ssl,tls, orplain. STARTTLS is the modern default. - Username and Password.
- Auth type (optional). Defaults to
AUTO. Switch toLOGINorPLAINonly if your server requires it. - Custom headers (optional). Add tracking headers your downstream analytics needs.
Save and test
Save the provider, then send a test message (see Test the connection below).
Test the connection
Each provider has a test-send affordance. Run one before you point real campaigns at the provider.Set the default provider
Spotzee picks the default email provider for any send that doesn’t name one. Mark one provider as default after you save it. Add more providers as fallbacks; the routing layer prefers the default and only falls back when the default fails or is disabled. For sending domain configuration (DKIM records, link wrapping, deliverability hardening), use Settings → Domains.Webhook callbacks
Spotzee uses provider-specific webhooks to receive delivery events (delivered, bounced, complained, opened, clicked). Each provider exposes its own callback URL in the setup metadata after you save the provider:- SendGrid: a single Webhook URL for the Event Webhook.
- Mailgun: a Feedback URL for delivery events. Use the optional webhook signing key to verify inbound payloads.
- Amazon SES: a Feedback URL for SNS-published events (bounces, complaints, deliveries).
Next steps
Provider catalogue
Compare providers across email, SMS, push, webhook, and in-app.
Manage API keys
Issue the keys your servers and apps use to talk to Spotzee.
Trigger a campaign
Send a one-shot campaign through the API.
Sync users
Push your user base into Spotzee with
sk_ keys.