Skip to content

Commit

Permalink
Update default from address to a mailbox that actually works (it forw…
Browse files Browse the repository at this point in the history
…ards to mattz@codeforboston.org currently).

Co-authored-by: mcarre20 <mcarre20@users.noreply.github.com>
Co-authored-by: Anna Westland-Tegart <aTegart@users.noreply.github.com>
Co-authored-by: Andrew <andrewydev6@gmail.com>
Co-authored-by: Mike Lynch <mikelynch@users.noreply.github.com>
Co-authored-by: Laura Filmeyer <lfilmeyer@users.noreply.github.com>
  • Loading branch information
6 people committed Oct 2, 2024
1 parent a804ed2 commit fef338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

class ApplicationMailer < ActionMailer::Base
default from: 'from@example.com'
default from: 'help@bostonhpa.org'
layout 'mailer'
end

0 comments on commit fef338d

Please sign in to comment.