https://github.com/im-parsa/nestjs-mailer
A simple NestJs mailer-client
https://github.com/im-parsa/nestjs-mailer
nest nestjs nestjs-backend nestjs-mail nestjs-mailer
Last synced: 3 months ago
JSON representation
A simple NestJs mailer-client
- Host: GitHub
- URL: https://github.com/im-parsa/nestjs-mailer
- Owner: im-parsa
- License: mit
- Created: 2021-11-28T18:11:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T19:38:16.000Z (over 3 years ago)
- Last Synced: 2025-04-14T02:08:31.334Z (3 months ago)
- Topics: nest, nestjs, nestjs-backend, nestjs-mail, nestjs-mailer
- Language: TypeScript
- Homepage: https://parsa-firoozi.ir/
- Size: 79.1 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://heroku.com/deploy?template=https://github.com/im-parsa/nestjs-mailer)
# NestJs-Mailer
> A simple NestJs mailer-client built with nest.js & as well as the use of Express & Typescript.
![]()
![]()
## 🚀 Getting Started
```
git clone https://github.com/im-parsa/nestjs-mailer.git
cd nestjs-mailer
npm install
```## ⚙️ Configuration
You should config .env file and make same keys that source wants it
## 🤝 Contributing
1. [Fork the repository](https://github.com/im-parsa/nestjs-mailer/fork)
2. Clone your fork: `git clone https://github.com/your-username/nestjs-mailer.git`
3. Create your feature branch: `git checkout -b my-new-feature`
4. Stage changes `git add .`
5. Commit your changes: `cz` OR `npm run commit` do not use `git commit`
6. Push to the branch: `git push origin my-new-feature`
7. Submit a pull request## 📝 Credits
[@im-parsa](https://github.com/im-parsa)