A simple NestJs mailer-client built with nest.js & as well as the use of Express & Typescript.
git clone https://github.com/im-parsa/nestjs-mailer.git
cd nestjs-mailer
npm install
You should config .env file and make same keys that source wants it
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/nestjs-mailer.git - Create your feature branch:
git checkout -b my-new-feature - Stage changes
git add . - Commit your changes:
czORnpm run commitdo not usegit commit - Push to the branch:
git push origin my-new-feature - Submit a pull request