merge from develop

This commit is contained in:
2022-11-09 14:37:27 +08:00
13 changed files with 191 additions and 1 deletions

View File

@@ -13,4 +13,8 @@ class UserMailer < ApplicationMailer
@code = code
mail(to: mail, subject: 'Gitink | 更改邮箱验证码')
end
def feedback_email(mail, title, content)
mail(to: mail, subject: title, content_type: "text/html", body: content)
end
end