© 2026 Hashnode
Originally published at SendLayer Blog This article is part of the SendLayer developer resources. One feature that's often neglected by developers when building a new system is email functionality. If you need to send email in PHP, you've come to th...

Sending transactional emails is a crucial feature for most modern web applications. That’s why you should use MailAPI.dev — a developer-first email API that makes sending emails as simple as making a fetch request. Whether you’re building a Next.js a...

Introduction Emails are a crucial part of any web application, whether it's for user onboarding, notifications, or marketing. But plain text emails can be dull and lack branding. Wouldn't it be great if you could design emails the same way you build ...

Sending emails programmatically is a critical feature for many web applications, such as user authentication, password recovery, and notifications. In this article, you'll learn how to send emails in Node.js using Gmail, Nodemailer, and OAuth2. By le...

Hey there! In this guide, we’re going to explore how you can generate a Google OAuth refresh token directly from your application to send emails, instead of using the Google Developer Playground. This method not only helps you manage tokens more effi...

Hello everyone, I trust you're all doing well. Today, we're going to explore how to send an email from an ASP.NET Core Minimal API using MailKit from scratch. Assuming you have all the necessary tools installed, including the .NET SDK and an Integrat...
