https://github.com/byteshiva/smtpcheck
Check SMTP Servers
https://github.com/byteshiva/smtpcheck
smtp smtp-client
Last synced: about 1 month ago
JSON representation
Check SMTP Servers
- Host: GitHub
- URL: https://github.com/byteshiva/smtpcheck
- Owner: byteshiva
- License: mit
- Created: 2016-12-20T10:01:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T03:46:57.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T12:12:49.326Z (3 months ago)
- Topics: smtp, smtp-client
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# smtpcheck
# Install npms
```
$npm install
```# Replace default SMTP json values
```
$ cd config
$ sed -i.bak s/[email protected]/[email protected]/g smtp.json
$ sed -i.bak s/password/yourpassword/g smtp.json
```
# Start Node Index.js
```
$ node index.js
```