DEV Community

What is your go to solution/tech/service for sending emails?

Reaper on April 06, 2020

So, if people haven't read about it (why not?!) , I made a little something. And it required email verification and I wanted to have magic link l...
Collapse
 
nataliedeweerd profile image
𝐍𝐚𝐭𝐚𝐥𝐢𝐞 𝐝𝐞 𝐖𝐞𝐞𝐫𝐝

I use SendInBlue as my SMTP :) Not experienced any delay issues with them.

Collapse
 
barelyhuman profile image
Reaper

9000/month free emails.
That's actually not bad
Thanks.

Collapse
 
nataliedeweerd profile image
𝐍𝐚𝐭𝐚𝐥𝐢𝐞 𝐝𝐞 𝐖𝐞𝐞𝐫𝐝

Also limited to 300 emails / day, and an hourly limit too.
Their Lite tier is only £15/mo, and boosts you up to 40'000 emails, with no daily limit.

Thread Thread
 
barelyhuman profile image
Reaper

I mean , the product I built might not gain traction during the starting few months at all, but if it does I'll shift to the lite tier

Collapse
 
rogeriotaques profile image
Rogerio Taques

As for transitional emails, I'm used to using Mailgun on my projects. Before it had 10,000 emails/ month for free in the start package, but now they're charging a very fair price per message sent. When it comes to mailing lists, I'm currently using MailerLite, but also considering other vendors.

Collapse
 
barelyhuman profile image
Reaper

Sounds good. Sendgrid seems to be working since the load from the hackathon has slowed down a bit , but I’ll keep Mailgun in the options.

Collapse
 
rogeriotaques profile image
Rogerio Taques

Sounds great, Sid!

I've been using Mailgun for the last 3 years and have no regrets about it. I've also written a PHP library to help me calling their API which wraps its most used functionalities into very simple methods. If you get interested, ping me and I'll share it with you.

Thread Thread
 
barelyhuman profile image
Reaper

If i ever pickup laravel/php for any project. I’ll make sure I get in touch

Collapse
 
barelyhuman profile image
Reaper

you setup an smtp server?
or is there a service you use?

 
barelyhuman profile image
Reaper

I guess me misinterpreting the context was kinda useful. Thanks!

 
barelyhuman profile image
Reaper

I wish there was an open source solution to sms as well
but yeah, got it!
the project won't need a private smtp server but this gets added to my list of resources