diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index cc01650..e976e2d 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -195,5 +195,6 @@ class MailHandler < ActionMailer::Base @plain_text_body = plain_text_part.body.to_s end @plain_text_body.strip! + @plain_text_body end end