{% extends "onboarding_base.html" %} {% load static %} {% block title %}EG:Let's get started - Link account{% endblock %} {% block main %}

{{request.user.count_contact}} Contacts from {{account.associated_email}}

By default:

✅ Any email coming from your contacts will appear on your inbox or follow Gmail inbox logic.

✚ Add people you know to your contact list so they don't get Filtered by Emailgurus.

But you can customize the behavior..

What to do with unknown senders?

Please select one option

{% csrf_token %} {{form.whitelist_domains}}
{{ form.archive_emails.0 }}
{{ form.archive_emails.1 }}
{% endblock %}