diff --git a/app/mailers/rejection_mailer.rb b/app/mailers/rejection_mailer.rb index 324da3961..1d37395be 100644 --- a/app/mailers/rejection_mailer.rb +++ b/app/mailers/rejection_mailer.rb @@ -4,7 +4,7 @@ class RejectionMailer < ActionMailer::Base include Email::BuildEmailHelper def send_rejection(from, body, template, error) - build_email(from, template: template, error: error, source: body) + build_email(from, from: from, template: template, error: error, source: body) end def send_trust_level(from, template)