我的 email 配置如下:
mail: {
transport: 'SMTP',
options: {
service: 'Gmail',
auth: {
user: '[email protected]',
pass: 'xxxxx'
}
}
}
但是发送邀请一直提示 Invitation not sent - please try again ,无法发送邮件,怎么解决或者怎么在后台直接加入人员?