Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 384 Bytes

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