Skip to content

Commit 31bd0e7

Browse files
authored
Merge pull request #1681 from codetriage/schneems/assassin-no-reply
Remove reply-to feature
2 parents 05f248a + a78bf20 commit 31bd0e7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/mailers/user_mailer.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,10 @@ def spam(user:, subject:, message:, htos_contributor: false)
100100
if @htos
101101
raise AbortDeliveryError if @user.htos_contributor_unsubscribe
102102
raise AbortDeliveryError if @user.htos_contributor_bought
103-
104-
reply_to = "[email protected]"
105-
else
106-
reply_to = "[email protected]"
107103
end
108104

109105
mail(
110106
to: @user.email,
111-
reply_to: reply_to,
112107
subject: subject
113108
)
114109
end

0 commit comments

Comments
 (0)