How to get there: Mention notifications are triggered automatically when someone uses <@user> in a comment. Recipients control them from the Unsubscribe link in the mention email, or globally from Profile → Notification preferences.
When someone @mentions a user in a comment, ProductLift emails that user. This article covers how the notification works and the three ways recipients can stop receiving them.
A mention notification is sent when:
<@user-key> syntax (see Mention users and posts).receive_mention_notifications enabled on their profile (the global toggle).If any of those three checks fails, no email is sent. Mentions in post descriptions or post mentions (#postkey (post not found)) do not trigger this notification.
Every mention email includes a one-click Unsubscribe from mentions on this post link. Clicking it:
mention_unsubscribes row for that user + post.This is the most common path. Useful when one specific thread is noisy but the user still wants to be reachable elsewhere.
The same email also offers Unsubscribe from all mention notifications. Clicking it:
receive_mention_notifications = false on the user's profile.Users can also flip the global switch directly: Profile → Notification preferences → Receive mention notifications. This is the same flag the "Unsubscribe from all" link sets.
From the post-specific unsubscribe confirmation page, a Resubscribe button is shown. It removes the mention_unsubscribes row for that post so future mentions email the user again.
To reverse a global unsubscribe, the user re-enables the toggle on their profile page. There is no email link for this since they no longer receive the emails it would be attached to.
Mentions never appear in the post follower notification history. They are person-to-person notifications, separate from the follower email stream. If a user complains they never got mentioned, check:
mention_unsubscribes for that post.<@their-key>, not a plain-text "@name" string.