Skip to content

Commit

Permalink
Applications for jobs are bcc'd to me
Browse files Browse the repository at this point in the history
  • Loading branch information
La-comadreja committed Mar 17, 2013
1 parent 09df124 commit f42c5e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/mailers/job_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def deliver_applic_email(applic)
end
end

mail(:to => [@job.user.email] | @job.faculties.collect(&:email), :subject => "[ResearchMatch] Application for #{@job.title}")
mail(:to => reseal05@gmail.com, :subject => "[ResearchMatch] Application for #{@job.title}")
mail(:to => [@job.user.email] | @job.faculties.collect(&:email), :bcc => ["rebecca@researchmat.ch"], :subject => "[ResearchMatch] Application for #{@job.title}")
end
end

0 comments on commit f42c5e9

Please sign in to comment.