Your primary email is {{user.email}}. All messages are sent to this address, and this is the email used for authentication on this website.
Secondary emails
You can declare secondary email addresses.
If you post to a mailing list using such a secondary email address, it will not be rejected as 'unknown'.
{% if secondary_emails %}
You have declared the following email{{secondary_emails|pluralize}} as being yours. The confirmed ones
have a green confirmed icon, and the unconfirmed ones have a red cross
unconfirmed icon.
{% for o in secondary_emails %}
{% if o.confirmed %}
{{o.email}}: remove, use as primary address
{% endif %}
{% endfor %}
{% for o in secondary_emails %}
{% if not o.confirmed %}