How providers work in Kurrier
At a high level:- You add a provider (SES, SendGrid, Mailgun, Postmark, or SMTP)
- Kurrier provisions and configures the provider
- Kurrier generates the required DNS records
- You add those DNS records to your domain
- The provider is verified and ready for use by identities
Supported providers
Kurrier currently supports:- Amazon SES
- SendGrid
- Mailgun
- Postmark
- Generic SMTP (cPanel, Gmail, Office365, custom servers)
Adding a provider
To add a provider:- Go to Dashboard → Providers
- Click Add Provider
- Select the provider type
- Enter the required credentials
- Save the provider
Provider verification
After adding a provider, Kurrier will guide you through verification.What verification means
Verification ensures:- Kurrier can authenticate with the provider
- The provider is authorized to send email for your domains
- DNS records are correctly configured
Verification status
A provider can be:- Unverified – DNS records not added or incomplete
- Verified – Ready to send and receive email
Generic SMTP providers
For SMTP providers, Kurrier supports:- TLS (465)
- STARTTLS (587)
- Custom ports
- Optional IMAP settings (for inbox sync)
- Host
- Port
- Username
- Password
- Encryption mode
Provider usage
Once verified, providers can be used by:- Domains (example.com)
- Email addresses (user@example.com)
- API-based sending
- SMTP relay through Kurrier
Best practices
- Use Amazon SES or Postmark for high-volume transactional email
- Use SendGrid or Mailgun for mixed transactional + marketing use
- Keep providers verified before adding identities
- Use separate providers for different environments if needed
Next steps
After adding a provider:- Add and verify Identities
- Generate API Keys
- Start sending email via API or SMTP