top | item 29329277

Show HN: A tiny Microservice for sending emails and/or calendar invitations

10 points| gdi3d | 4 years ago |gdi3d.github.io

3 comments

order
[+] ramon|4 years ago|reply
Which SMTP do you recommend? Is it best to use the AWS one or what are the other options?
[+] swansonator|4 years ago|reply
From my past experience with AWS SES, it requires a bit more development to handle bounces, spam, etc. Perhaps at $previousjob, we did not have the resources to handle this development time.

Personally, I prefer Postmark. Their onboarding, support, and pricing is excellent. The interface is good and decent integrations.

[+] gdi3d|4 years ago|reply
Hey, author of the microservice here.

I work with AWS service since 2015. It's true that could be a little bit too much to use if you just want the email services (SES).

For small project I just go with mailgun because it just plug and play.