https://github.com/pjt3591oo/nestjs-mailer-sample
https://github.com/pjt3591oo/nestjs-mailer-sample
mailer nestjs typescript
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pjt3591oo/nestjs-mailer-sample
- Owner: pjt3591oo
- Created: 2021-08-12T08:44:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T08:45:11.000Z (about 4 years ago)
- Last Synced: 2025-02-17T15:27:47.096Z (8 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_AUTH_EMAIL=example@gmail.com
EMAIL_AUTH_PASSWORD=password
EMAIL_HOST=smtp.gmail.com
EMAIL_FROM_USER_NAME=example
```