Skip to content

Commit 2cc9534

Browse files
committed
Protip mailer subject should be "It's %FULL_DAY_NAME%"
1 parent 9a13c77 commit 2cc9534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mailers/protip_mailer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def popular_protips(user, protips, from, to)
4949
end.first
5050
@most = nil if @most && (@most[@star_stat] <= 0)
5151

52-
mail(to: @user.email, subject: "protips just for you, algorithmically picked w/:heart:")
52+
mail(to: @user.email, subject: "It's #{Time.zone.now.strftime('%A')}")
5353
rescue Exception => ex
5454
abort_delivery(ex)
5555
end

0 commit comments

Comments
 (0)