KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
nestjs-mailer
★ 63
Open GitHub ↗
Send Emails with NestJs
Download README (.md)
Explore Similar Repositories
EmailVerify
:
Discord bot to verify your email
next-js-nodemailer
:
A simple contact form that sends email via Nodemailer
nodemailer-mandrill-transport
:
Mandrill transport for Nodemailer
goeat-api
:
Rest API for a food delivery application - Built with Express, Postgres, Redis, MongoDB and Nodemailer
nodemailer-html-to-text
:
Nodemailer plugin to generate text content from HTML
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
nestjs-mailer
?
Download (.md)
# Nest Mailer Read the post [Send Emails with NestJS ](https://notiz.dev/blog/send-emails-with-nestjs). Get started ```bash 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.