nodeclub icon indicating copy to clipboard operation
nodeclub copied to clipboard

发送邮件功能会发送失败,用户名需要加引号

Open zhoushirong opened this issue 3 years ago • 0 comments

文件:common/mail.js

var from = util.format('%s <%s>', config.name, config.mail_opts.auth.user); 需要加引号 var from = util.format('"%s" <%s>', config.name, config.mail_opts.auth.user);

zhoushirong avatar Sep 09 '21 07:09 zhoushirong