search

Home  >  Q&A  >  body text

node.js - Ghost Blog怎么配置email用QQ邮箱

ringa_leeringa_lee2778 days ago839

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 15:20:25

    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.

    reply
    0
  • Cancelreply