You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
文件: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);
The text was updated successfully, but these errors were encountered: