Skip to content

Commit

Permalink
Merge pull request #1681 from codetriage/schneems/assassin-no-reply
Browse files Browse the repository at this point in the history
Remove reply-to feature
  • Loading branch information
schneems authored Sep 23, 2022
2 parents 05f248a + a78bf20 commit 31bd0e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/mailers/user_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,10 @@ def spam(user:, subject:, message:, htos_contributor: false)
if @htos
raise AbortDeliveryError if @user.htos_contributor_unsubscribe
raise AbortDeliveryError if @user.htos_contributor_bought

reply_to = "[email protected]"
else
reply_to = "[email protected]"
end

mail(
to: @user.email,
reply_to: reply_to,
subject: subject
)
end
Expand Down

0 comments on commit 31bd0e7

Please sign in to comment.