def notify_callout(comment, user)
    @user = user
    @comment = comment
    @footer = feature('email-footer')
    mail(to: user.email, subject: 'You were mentioned in a comment.' \