mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-30 12:55:38 +00:00
ghost: add 1.x
This commit is contained in:
14
ghost/0.x/smtp.conf
Normal file
14
ghost/0.x/smtp.conf
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
mail: {
|
||||
transport: 'SMTP',
|
||||
from: '"<SENDER_NAME>" <<SENDER_MAIL>>',
|
||||
options: {
|
||||
host: '<HOST>',
|
||||
port: '<PORT>',
|
||||
auth: {
|
||||
user: '<USER>',
|
||||
pass: '<PASS>'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user