Sunday, July 12, 2020

Sendgrid or Amazon SES - which is more recommended for email automation with python?

I need to write a python script which gets contacts from a DB - creates and email per contact - sends the email and updates the DB.

This are no more than 10K emails a month. The script itself is quite simple and does not require strong computing power and I need to be able to track email bounces, open and clicks.

Running my own SMTP server or using gmail api is not so much an option (the api is limited to 100 a day and problematic with bounce and open tracking and the smtp server is too much hassle)

Which platform would you recommend and why? If you would recommend something else - please specify why.

submitted by /u/dataskml
[link] [comments]

source https://www.reddit.com/r/Emailmarketing/comments/hq1hl5/sendgrid_or_amazon_ses_which_is_more_recommended/

No comments:

Post a Comment