Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjt3591oo/nestjs-mailer-sample
- Owner: pjt3591oo
- Created: 2021-08-12T08:44:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T08:45:11.000Z (over 3 years ago)
- Last Synced: 2024-11-06T23:35:10.060Z (2 months ago)
- Topics: mailer, nestjs, typescript
- Language: TypeScript
- Homepage: https://blog.naver.com/pjt3591oo/222467283376
- Size: 204 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mailer sample
.env
```
[email protected]
EMAIL_AUTH_PASSWORD=password
EMAIL_HOST=smtp.gmail.com
EMAIL_FROM_USER_NAME=example
```