How to Send Emails in Vercel Next.js App using Nodemailer and SMTP
On April 10, 2025
By Artem Litvinenko
Follow along and create a Vercel Next.js app from scratch and add custom, dev-checked, email-sending functionality to it!
How to Send Emails via TypeScript: Client-Side and Server-Side Methods Explained
On March 31, 2025
By Artem Litvinenko
Follow our step-by-step guide and send emails in TypeScript both via client-side and server-side methods. Code snippets provided.
How to Send Emails in Java using SMTP and email API: A Step-by-Step Guide
On March 17, 2025
By Ivan Djuric
Learn Jakarta Mail (a.k.a. JavaMail) to send emails from Java apps and explore the alternatives (Spring Framework, Apache Commons Email, and Simple Java Mail).
Guide to smtplib: Configuration, Setup, and Email Sending
On March 12, 2025
By Ivan Djuric
A step-by-step guide to leveraging Python's smtplib and an SMTP server to send emails.