You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the email subject line is "New Forum Comment from (user)"; the subject line does not say what thread the comment is in. This also causes some email clients (in my case, GMail) to group email notifications by user, even if they are about posts in different threads.
The e-mail itself includes the username, so removing it from the subject line won't remove any critical information.
This also applies to Game Wall comments (which should mention the game in question), and possibly other notifications.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Relevant piece of code:
RAWeb/app/Mail/CommunityActivityMail.php
Line 173 in f461e14
Currently, the email subject line is "New Forum Comment from (user)"; the subject line does not say what thread the comment is in. This also causes some email clients (in my case, GMail) to group email notifications by user, even if they are about posts in different threads.
The e-mail itself includes the username, so removing it from the subject line won't remove any critical information.
This also applies to Game Wall comments (which should mention the game in question), and possibly other notifications.
Beta Was this translation helpful? Give feedback.
All reactions