{% extends "all.html" %} {% block content %} {% include 'settings_menu.html' %}
To add a new email account, enter the email address and select the domain. The new email account credentials will be encrypted using the current user's OpenPGP public key. The encrypted credentials will be sent as a downloadable file in your browser with the name ddmail-credentials_new_email_account.asc.
The new email account credentials will be encrypted with the current accounts users the OpenPGP public key with fingerprint: {{ current_user.openpgp_public_key.fingerprint }}
{% endblock%}