https://github.com/iamfoysal/node-file-or-mail
Node Js File Uploading and mail sending.
https://github.com/iamfoysal/node-file-or-mail
Last synced: 8 months ago
JSON representation
Node Js File Uploading and mail sending.
- Host: GitHub
- URL: https://github.com/iamfoysal/node-file-or-mail
- Owner: iamfoysal
- License: mit
- Created: 2022-06-20T18:06:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T18:10:16.000Z (over 3 years ago)
- Last Synced: 2025-01-10T03:33:13.735Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-file-or-mail
Node Js File Uploading and mail sending.
### 1. for File Uploading :
npm install formidable
### 2. for Email sending :
npm install nodemailer