nestjs-mailer icon indicating copy to clipboard operation
nestjs-mailer copied to clipboard

Send Emails with NestJs

Nest Mailer

Read the post Send Emails with NestJS .

Get started

npm i

# copy and modify variables
cp .env.example .env

npm run start:dev

Use MailService (or AuthService) to send a mail to your users.