diff --git a/app/mailers/general_mailer.rb b/app/mailers/general_mailer.rb index 88a4c00..87f6af9 100755 --- a/app/mailers/general_mailer.rb +++ b/app/mailers/general_mailer.rb @@ -29,7 +29,7 @@ class GeneralMailer < ActionMailer::Base def new_send_qi_mail(options = {}) - mail to: options[:to], :subject => "[KapsMe] "+options[:subject] do |format| + mail to: options[:to], :subject => options[:subject] do |format| format.html { render :inline => options[:body] } end