diff --git a/app/dashboard/templates/dashboard/alias_contact_manager.html b/app/dashboard/templates/dashboard/alias_contact_manager.html index afbac27c..286fa916 100644 --- a/app/dashboard/templates/dashboard/alias_contact_manager.html +++ b/app/dashboard/templates/dashboard/alias_contact_manager.html @@ -7,32 +7,34 @@ {% endblock %} {% block default_content %} - +
+
+

{{ alias.email }}

- - 1. Create a special email address called reverse-alias for friend@example.com using the form below
- 2. Send the email to the reverse-alias instead of friend@example.com -
- 3. SimpleLogin will send this email from the alias to friend@example.com for you -

-

- This might sound complicated but trust us, only the first time is a bit awkward. -

-

- {% if alias.mailbox_id %} - Make sure you send the email from the mailbox {{ alias.mailbox.email }}. - This is because only the mailbox that owns the alias can send emails from it. - {% else %} - Make sure you send the email from your personal email address ({{ current_user.email }}). - {% endif %} -

diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 7c13861a..0f300586 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -412,7 +412,7 @@ {% if client_users %} -