Troubleshooting sending email(s) from a container

Sending emails (SMTP) from inside a container on CircleCI directly can prove to be problematic for most users and is not recommended. 

Rate limiting

The CircleCI 2.0 fleet currently runs on Amazon's EC2 cloud, where port 25 is throttled by default. As containers are spun up across many hosts at random, there is a much greater chance the IP address you are accessing is going to be rate limited due to the use of the port by other users in the past. Since containers are "highly available" on EC2 there is a high probability that any mail you manage to send will likely end up in the "spam" folder of the recipient.

How should I send email(s)?

The suggested method for mailing is to connect to an external API-based service such as SendGrid or Mailgun.

Connecting to an external transactional email provider is the fastest and most robust option, ensuring your mail will be delivered and avoid ending up in spam.

Was this article helpful?
7 out of 11 found this helpful

Comments

0 comments

Article is closed for comments.