An open API service indexing awesome lists of open source software.

https://github.com/pjt3591oo/nestjs-mailer-sample


https://github.com/pjt3591oo/nestjs-mailer-sample

mailer nestjs typescript

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# mailer sample

.env

```
EMAIL_AUTH_EMAIL=example@gmail.com
EMAIL_AUTH_PASSWORD=password
EMAIL_HOST=smtp.gmail.com
EMAIL_FROM_USER_NAME=example
```