Files
r2c/user/plugins/email/email.yaml
T
2018-06-21 17:59:40 +02:00

17 lines
247 B
YAML

enabled: true
from:
from_name:
to:
to_name:
mailer:
engine: sendmail
smtp:
server: localhost
port: 25
encryption: none
user: ''
password: ''
sendmail:
bin: '/usr/sbin/sendmail -bs'
content_type: text/html
debug: false