dockerfiles/ghost/0.x/smtp.conf

15 lines
335 B
Plaintext
Raw Normal View History

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