mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
pr check and send email
This commit is contained in:
@@ -30,4 +30,11 @@ class UserMailer < ApplicationMailer
|
||||
def feedback_email(mail, title, content)
|
||||
mail(to: mail, subject: title, content_type: "text/html", body: content)
|
||||
end
|
||||
|
||||
def glcc_pr_check_email(mail, title, name, content)
|
||||
@content = content
|
||||
@name = name
|
||||
mail(to: mail, subject: title)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user