Skip to content

Commit

Permalink
set the right default from email address for SendGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Jan 14, 2024
1 parent 583dcb4 commit 6121c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/application_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ApplicationMailer < ActionMailer::Base
default from: "from@example.com"
default from: "noreply@prettygood.software"
layout "mailer"
end

0 comments on commit 6121c1a

Please sign in to comment.