How to send free emails using Sendinblue
Mar 1, 2021
Many web applications send emails, for example when someone is registered you want to send them a welcome email. Although you can do it for free using the Gmail SMTP server, it is more solid to use a service like Sendinblue.
Besides, using Sendinblue you can send 300 emails/day, and using Gmail you’re limited to only 100 emails/day. Unfortunately, I couldn’t find good documentation on how to use Sendinblue with Laravel, but I finally got it working so that’s why I’m sharing it with you.