An open API service indexing awesome lists of open source software.

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

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
```