|
1 year ago | |
---|---|---|
SSML-Core | 1 year ago | |
build | 1 year ago | |
htdocs | 2 years ago | |
templates | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 1 year ago | |
README.md | 2 years ago | |
config.env | 2 years ago | |
config.ini | 2 years ago | |
lighttpd.conf | 2 years ago | |
start.sh | 2 years ago |
Super Simple Mailing List
SSML is a very simple mailinglist software to create mailinglists.
Unlike other software its works over an simple IMAP/SMTP connection and can use with any mailserver like gmail or selfhosted mailservers.
Start a new mailinglist
You needs 3 steps:
Create an E-Mail Account with 2 alias adresses.
Create the config environment file.
SMTPSERVER=localhost
SMTPPORT=587
SMTPUSER=discuss@localhost
SMTPPASS=foobar
SMTPFROM=discuss@localhost
SMTPSENDERNAME=Mailinglist
SMTPUSELOGIN=true
SMTPUSESSL=True
SMTPUSESTARTSSL=False
IMAPSERVER=localhost
IMAPPORT=993
IMAPUSER=discuss@localhost
IMAPPASS=foobar
IMAPUSESSL=True
IMAPUSESTARTSSL=False
MAILINGLISTNAME=Test List
SUBJECT=[Mailinglist]
REGISTERMAIL=discuss-register@localhost
UNREGISTERMAIL=discuss-unregister@localhost
WAITTIME=15
CHECKSSL=true
PRIVATKEY=12345
docker run --name ssml --env-file ./config.env -v=/home/docker/ssml:/data/files christopher/ssml