From a6b76a9616d1edfabb09c07e9c1296d97d7b2706 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 9 Mar 2013 13:24:51 -0500 Subject: [PATCH] fix usermailer --- app/mailers/user_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 7d5af46fb..69d15921a 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -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