forked from e621ng/e621ng
fix usermailer
This commit is contained in:
parent
e23fc28379
commit
a6b76a9616
@ -1,5 +1,5 @@
|
||||
class UserMailer < ActionMailer::Base
|
||||
default :host => Danbooru.config.server_host, :from => Danbooru.config.contact_email, :content_type => "text/html"
|
||||
default :from => Danbooru.config.contact_email, :content_type => "text/html"
|
||||
|
||||
def dmail_notice(dmail)
|
||||
@dmail = dmail
|
||||
|
Loading…
Reference in New Issue
Block a user