dockerfiles/ghost/smtp.conf

14 lines
282 B
Plaintext
Raw Normal View History

2016-04-11 15:59:32 +02:00
mail: {
transport: 'SMTP',
options: {
host: '<HOST>',
port: '<PORT>',
auth: {
user: '<USER>',
pass: '<PASS>'
}
}
},