Use Case

We use email for various purposes, such as sending email verifications, password resets, notifications, and more.

Find an Email Service

We use NodeMailer to send emails. So, You need to have an SMTP server to send emails. You can use a third-party service or set up your own server. Here are some popular services:

Or, you can use a fake SMTP server for development purposes:

Set Variables

Find the SMTP server details & credentials on your email service provider. You need to have the following environment variables for your .env file:

.env

EMAIL_HOST= EMAIL_PORT= EMAIL_USER= EMAIL_PASS= EMAIL_FROM=