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

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

Awesome Lists containing this project

README

        

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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.


GitHub language count
GitHub last commit

## 🚀 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)