Choose Your Email Provider
Legacy Documentation
This page contains legacy email provider setup information.
For new implementations, please use:
- Email Notifications Add-On - Modern setup with multiple provider options
For existing deployments: Continue using the information below or plan migration to the new structure.
If you're implementing the legacy Option C (Callback + Voicemail + Email Notifications) from the Legacy Implementation Guide, you need to choose an email provider for sending voicemail notifications.
Supported Email Providers
| Provider | Free Tier | Setup Complexity | Best For |
|---|---|---|---|
| Mailgun | 100 emails/day | Simple | Most organizations |
| SendGrid | 100 emails/day | Simple | High deliverability needs |
| SMTP2GO | 1,000 emails/month | Moderate | Coming Soon |
Select your email service provider below:
MailgunReliable transactional email service
SendGridEnterprise-grade email delivery
SMTP2GOComing Soon
Developer Implementation Overview
This section covers the technical implementation of voicemail email notifications using various email service providers. The integration involves:
- Twilio Studio Flow Configuration: Setting up call routing and voicemail recording
- Serverless Function Development: Creating email handlers for voicemail processing
- Email Service Integration: Configuring API credentials and delivery settings
- Testing and Deployment: Validating the complete notification workflow
Architecture Pattern
Next Steps
- Choose your email provider from the options above
- Follow the provider-specific setup guide for technical implementation
- Configure your Connie Studio Flow with the provided JSON templates
- Deploy and test the complete notification system