https://github.com/dkzhen/mailexpress
backend dari aplikasi send email dengan expressJS
https://github.com/dkzhen/mailexpress
Last synced: about 2 months ago
JSON representation
backend dari aplikasi send email dengan expressJS
- Host: GitHub
- URL: https://github.com/dkzhen/mailexpress
- Owner: dkzhen
- Created: 2022-12-06T17:22:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T04:27:00.000Z (over 3 years ago)
- Last Synced: 2025-09-10T03:09:20.684Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeMailer
NodeMailer is a Simple Node.js Library For Sending Emails with Attachments.
## Installation
Use the package manager [npm](https://www.npmjs.com/package/nodemailer) to install nodemailer.
```bash
npm install nodemailer
```
## License
[MIT](https://choosealicense.com/licenses/mit/)