Skip to content

SMTP server designed to listen for emails, store them in a database, and notify using an IPC server

Notifications You must be signed in to change notification settings

rburckner/smtp_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smtp_server

SMTP server designed to listen for emails, store them in a database, and notify using an IPC server

dotenv

The following template includes the script defaults.

# commenting out AUTHORIZED_CLIENTS allows ALL
#AUTHORIZE_CLIENTS=[ip address separated by commas ',']
#MONGODB_HOST=localhost
#MONGODB_PORT=27017
#MONGODB_COLLECTION=messages
#SMTP_PORT=8025

About

SMTP server designed to listen for emails, store them in a database, and notify using an IPC server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages