mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-03 07:35:41 +00:00
initial commit
This commit is contained in:
13
ghost/smtp.conf
Normal file
13
ghost/smtp.conf
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
mail: {
|
||||
transport: 'SMTP',
|
||||
options: {
|
||||
host: '<HOST>',
|
||||
port: '<PORT>',
|
||||
auth: {
|
||||
user: '<USER>',
|
||||
pass: '<PASS>'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user