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 logins which I did implement and I used SendGrid for it as always.
But have been experiencing delays in email deliveries for the past 30 hours and the magic link login makes no sense when the email is getting delivered 30-40 mins after a person has requested for a login.
Hence, I'd like to know what are other options that are out there and are frequently used by people.
Any kind of solution is welcome.
Update: Forgot to mention, It'd be nice if it had a free plan.
Top comments (11)
I use SendInBlue as my SMTP :) Not experienced any delay issues with them.
9000/month free emails.
That's actually not bad
Thanks.
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.
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
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.
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.
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.
If i ever pickup laravel/php for any project. Iβll make sure I get in touch
you setup an smtp server?
or is there a service you use?
I guess me misinterpreting the context was kinda useful. Thanks!
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