dockerfiles/ghost/smtp.conf
2016-04-11 15:59:32 +02:00

14 lines
282 B
Plaintext

mail: {
transport: 'SMTP',
options: {
host: '<HOST>',
port: '<PORT>',
auth: {
user: '<USER>',
pass: '<PASS>'
}
}
},