Skip to content

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

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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