15 lines
221 B
YAML
15 lines
221 B
YAML
enabled: true
|
|
from:
|
|
to:
|
|
mailer:
|
|
engine: sendmail
|
|
smtp:
|
|
server: localhost
|
|
port: 25
|
|
encryption: none
|
|
user:
|
|
password:
|
|
sendmail:
|
|
bin: '/usr/sbin/sendmail -bs'
|
|
content_type: text/html
|
|
debug: false |