Skip to content

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

@zhoushirong

Description

@zhoushirong

文件: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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions