dockerfiles/ghost/smtp.conf
2016-04-26 20:06:22 +02:00

15 lines
335 B
Plaintext

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