node.js - Ghost Blog怎么配置email用QQ邮箱
ringa_lee
ringa_lee 2017-04-17 15:18:25
0
1
838

ringa_lee
ringa_lee

ringa_lee

reply all(1)
PHPzhong

Configure it normally like this

mail: {  
     transport: 'SMTP',
     options: {
         service: 'smtp.qq.com',
         auth: {
             user: 'XXX', //  username
             pass: 'XXX'  //  password
         }
     }
}

If it fails, you need to check the failure phenomenon or reasons. You can check the log in the ghost server. If it is a mailbox reception problem, wait for the error message in the qq mailbox. You may need to configure it in the mailbox.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template