ghost: ability to provide a custom mail name

This commit is contained in:
Wonderfall
2016-04-26 20:06:22 +02:00
parent 34a95d56b3
commit ce8722644f
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,7 @@
mail: {
transport: 'SMTP',
from: '"<SENDER_NAME>" <<SENDER_MAIL>>',
options: {
host: '<HOST>',
port: '<PORT>',