fixed 增加邮箱发送者名称

This commit is contained in:
“xxq250” 2022-11-11 15:57:15 +08:00
parent 69037beee2
commit e0588b7863
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
class UserMailer < ApplicationMailer
# 注意:这个地方一定要和你的邮箱服务域名一致
# default from: 'notification@trustie.org'
default from: 'noreply@gitlink.org.cn'
# default from: 'noreply@gitlink.org.cn'
default from: 'GitLink <noreply@gitlink.org.cn>'
# 用户注册验证码
def register_email(mail, code)