ghost: add 1.x

This commit is contained in:
Wonderfall
2017-07-20 17:41:14 +02:00
parent 5d56ebbd79
commit 15e04fdfa2
19 changed files with 151 additions and 1 deletions

14
ghost/0.x/smtp.conf Normal file
View File

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