def handle_blocked_ip(user)
    if send_exception_notifications?
      msg = "Possible spam signup (ip_in_blocklist) from " \
            "#{user.email}: #{user_ip} (#{country_from_ip})"
      ExceptionNotifier.notify_exception(Exception.new(msg), env: request.env)