nestjs / nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
https://nestjs.com
MIT License
67.74k stars 7.63k forks source link

As I need to send email using nestjs I would like an official framework lib. I don't feel safe using third parties. #3364

Closed ghost closed 5 years ago

ghost commented 5 years ago

Feature Request

As I need to send email using nestjs I would like an official framework lib. I don't feel safe using third parties.

Is your feature request related to a problem? Please describe.

I need to send emails in nestjs but the framework does not support this yet.

Describe the solution you'd like

Create an official module for sending emails in nestjs.

frct1 commented 5 years ago

Uhmmm Why not a nodemailer In case with nestjs module i think it is will be wrapper for one of most popular exist packages

kamilmysliwiec commented 5 years ago

You can use any existing Node.js mailer module - all of them are compatible with NestJS

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.