How to Send Emails in Next.js using Client & Server-Side Methods: A Complete Guide
On May 08, 2025
By Artem Litvinenko
Follow along and set up a Next.js project, then send emails either via client-side or server-side!
My Flask Email Verification Flow: How I Verify Emails Step-by-Step
On May 05, 2025
By Ivan Djuric
Authenticate new users that sign up for your app/project and verify users that submit your contact forms!
How to Send Emails from Supabase using SMTP or Email API
On May 02, 2025
By Artem Litvinenko
Send emails from your Supabase via SMTP or API and learn how to test your functionality to ensure your email workflow is flawless!
How to Send Emails in Bolt.new with a React App Using EmailJS
On May 01, 2025
By Artem Litvinenko
Send emails from your React application created in Bolt. For this, we'll use EmailJS and Mailtrap SMTP, and send plain-text and HTML emails, emails with attachments, and more.