How to Add a Bulk Email Provider (SendGrid, Mailgun, Amazon SES) to Super Send
How to Add a Bulk Email Provider (SendGrid, Mailgun, Amazon SES) to Super Send
Super Send allows you to configure bulk email providers like SendGrid, Mailgun, and Amazon SES for higher email sending volumes. However, using an SMTP provider comes with certain limitations and setup considerations. Follow this guide to get started.
Important Considerations
- Reply Tracking Limitations:
- Using SMTP providers like Mailgun or SendGrid limits Super Send’s ability to track replies.
- You will need to manually manage replies and finish leads.
- IMAP Configuration for Replies:
- Set the Reply-To address in your bulk email provider to match the IMAP account configured in Super Send.
- IMAP is used by Super Send to read your inbox and track engagement.
Adding SendGrid or Mailgun
- Generate SMTP Credentials:
- For SendGrid, create an API key in your account settings.
- For Mailgun, use the SMTP credentials provided in your account dashboard.
- Configure in Super Send:
- Navigate to the Senders section in Super Send.
- Click Add New Sender and choose the SMTP configuration option.
**Enter the following details: **
- SMTP Server: Provided by your bulk email provider (e.g.,
smtp.sendgrid.net
for SendGrid,smtp.mailgun.org
for Mailgun). - SMTP Port: Usually
587
for TLS or465
for SSL. - Username: Your SMTP username (or API key for SendGrid).
- Password: Your SMTP password (or API key).
- Save the Configuration:
- Once saved, Super Send will use your bulk email provider for outgoing messages.
Adding Amazon SES
- Set Up Amazon SES:
- Verify your email address or domain in the Amazon SES dashboard.
- Generate SMTP credentials in the SES settings.
- Configure in Super Send:
- Go to the Senders section and select Add New Sender.
- Enter the following details:
- SMTP Server:
email-smtp.<region>.
amazonaws.com
(replace<region>
with your AWS region). - SMTP Port: Use
587
or465
. - Username: Your SMTP username from Amazon SES.
- Password: Your SMTP password.
- Set Your Send-As Name:
- Use the format
Your Name <your-email@example.com>
in the Send-As field. - This ensures the sender name is displayed correctly instead of the default SMTP username.
Best Practices
- Monitor Your Inbox:
- Regularly check your inbox for replies, as reply tracking may not work with SMTP providers.
- Set Reply-To Correctly:
- Always configure the Reply-To setting in your bulk email provider to point to the same IMAP account linked to Super Send.
- Understand Limitations:
- While bulk providers enable higher sending volumes, you must be prepared to handle manual follow-ups and engagement tracking.
By following these steps and considerations, you can successfully configure a bulk email provider in Super Send and handle high-volume email campaigns effectively.
Updated on: 17/06/2025
Thank you!