added pixiv proxy, report mailer
This commit is contained in:
7
app/models/report_mailer.rb
Normal file
7
app/models/report_mailer.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class ReportMailer < ActionMailer::Base
|
||||
default :host => Danbooru.config.server_host, :from => Danbooru.config.contact_email, :content_type => "text/html"
|
||||
|
||||
def moderator_report(email)
|
||||
mail(:to => email, :subject => "#{Danbooru.config.app_name} - Moderator Report")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user