def notify_tag_followers(comment, user)
    @user = user
    @comment = comment
    @footer = feature('email-footer')
    mail(to: user.email, subject: 'A tag you follow was mentioned in ' \