© 2023 Hashnode
#email
If you use an email long enough, you know how much spam that email will get - some even pass through the filter and reach your inbox. When this happens, you can do three things: Add filtering to dele…
Sending emails is an essential part of many applications, and configuring email providers can be a daunting task for developers. In this article, we will explore how to simplify email service configur…
In this code, the split() method is used to split the email address "john.doe@example.com" at the "@" symbol, resulting in an array containing two elements: "john.doe" and "example.com". The first ele…
It is a fast and complete guide to installing an email server using Ubuntu 22 but it should work too with Ubuntu 16 and higher. Installing postfix Postfix is our tool that does the heavy-lifting. It w…
In this article, I'm gonna discuss How to configure your gmail account for sending emails in node.js using nodemailer & oAuth2. Previously, we had an option for sending emails in node.js via gmail by …
Gmail is one of the world's most widely used email platforms, with over 1.8 billion users. It is not just limited to personal use but also caters to various other use cases for different purposes. Gma…
Sending emails is a crucial aspect of modern communication, whether it's for personal or business purposes. Amazon Web Services (AWS) provides a powerful email delivery service called Simple Email Ser…
What is GDPR all about? Personal data protection is what the GDPR focuses on. Personal data is any information that can explicitly or implicitly identify an individual. This may include: name locati…
In this blog post, we will learn how to send emails to a user's email box from the Nest application using Nodemailer. So, let's learn:- Prerequisites To follow this tutorial, you will need: Node.js v…
We're going to walk through how to make our Neorepo magic link email: https://twitter.com/neorepo/status/1636728548080713728?s=20 Making great emails is one of the worst parts of building your own p…