https://github.com/ialopezg/mailer
A NestJS microservice that handles the queue of sending emails.
https://github.com/ialopezg/mailer
mailer microservice nestjs
Last synced: 2 months ago
JSON representation
A NestJS microservice that handles the queue of sending emails.
- Host: GitHub
- URL: https://github.com/ialopezg/mailer
- Owner: ialopezg
- License: mit
- Created: 2022-02-07T15:45:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T09:20:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T01:31:55.111Z (4 months ago)
- Topics: mailer, microservice, nestjs
- Language: Handlebars
- Homepage:
- Size: 3.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailer Microservice
## Description
A microservice that handles the queue of sending emails to confirm create of account.
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Screenshots

## Support
Mailer is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).
## Stay in touch
- Author - [Isidro A. López G.](https://github.com/ialopezg)
- Website - [https://ialopezg.com](https://ialopezg.com/)
- Twitter - [@isidrolopezg](https://twitter.com/isidrolopezg)## License
Mailer is [MIT licensed](LICENSE).