mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-20 15:07:27 +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