diff options
-rw-r--r-- | app/models/mailer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mailer.rb b/app/models/mailer.rb index b64e94991..501b607aa 100644 --- a/app/models/mailer.rb +++ b/app/models/mailer.rb @@ -728,7 +728,7 @@ class Mailer < ActionMailer::Base if block super else - super(headers) do |format| + super do |format| format.text format.html unless Setting.plain_text_mail? end |