diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 74d21181..d10b24b0 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -166,7 +166,7 @@
- +
@@ -241,18 +241,18 @@
Replace reverse alias
- When replying to a reverse alias your email client will show the reverse alias ("ra+string@simplelogin.co") - as the original sender. This option will replace this string in the body of outgoing emails with the - original email address. This will break PGP signed emails, so only enable if you know what you're doing! + When replying to a forwarded email, the reverse-alias is usually included in the attached message. + You can turn on this option to replace the reverse-alias by the alias. However this breaks PGP-signed emails + so please only enable it if you know what you're doing :).
+ {% if current_user.replace_reverse_alias %} checked {% endif %} class="form-check-input">
- +