20 lines
323 B
YAML
20 lines
323 B
YAML
enabled: true
|
|
from: contact@armansansd.net
|
|
to: contact@armansansd.net
|
|
mailer:
|
|
engine: sendmail
|
|
smtp:
|
|
server: localhost
|
|
port: 25
|
|
encryption: none
|
|
user: null
|
|
password: null
|
|
sendmail:
|
|
bin: '/usr/sbin/sendmail -bs'
|
|
content_type: text/html
|
|
debug: false
|
|
cc: null
|
|
bcc: null
|
|
reply_to: null
|
|
body: null
|