Email Providers
Configure email providers in Enbbox. Integration guides for SendGrid, Resend, Amazon SES, Postmark, and Mailgun with API key setup and template configuration.
Supported Providers
SendGrid
- Sign up at sendgrid.com
- Create an API key with Mail Send permission
- In Enbbox dashboard → Integrations → SendGrid
- Enter your API key, from email, and sender name
- Test the connection
{
"apiKey": "SG.xxxx...",
"from": "[email protected]",
"senderName": "Your App"
}Resend
- Sign up at resend.com
- Get your API key from the dashboard
- Verify your sending domain
- Configure in Enbbox → Integrations → Resend
Amazon SES
- Set up SES in your AWS console
- Verify your sending domain or email
- Create IAM credentials with SES permissions
- Configure in Enbbox with your access key, secret, and region
Postmark
- Sign up at postmarkapp.com
- Get your Server API Token
- Configure in Enbbox → Integrations → Postmark
Custom SMTP
For any email provider that supports SMTP:
{
"host": "smtp.yourprovider.com",
"port": 587,
"user": "your-username",
"password": "your-password",
"from": "[email protected]",
"secure": true
}Guides
Step-by-step tutorials for Enbbox notification platform. Guides for email, SMS, push, in-app, and chat notifications with code examples and provider setup.
SMS Providers
Configure SMS providers in Enbbox. Integration guides for Twilio, Plivo, Vonage, and MessageBird with API credentials and sender configuration.