mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
add warning about Gmail issue if reverse-alias replacement option
This commit is contained in:
parent
4d89ac4158
commit
692c81ac2a
1 changed files with 5 additions and 4 deletions
|
@ -284,10 +284,11 @@
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="card-title">Reverse Alias Replacement</div>
|
<div class="card-title">Reverse Alias Replacement</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
When replying to a forwarded email, the <b>reverse-alias</b> is usually included in the attached message.
|
When replying to a forwarded email, the <b>reverse-alias</b> can be automatically included
|
||||||
You can turn on this option to <b>replace</b> the reverse-alias by the alias. However this breaks PGP-signed
|
in the attached message by your email client. <br>
|
||||||
emails
|
Turning on this option will <b>replace</b> the reverse-alias by your contact email. <br>
|
||||||
so please only enable it if you know what you're doing :).
|
Please note this option doesn't work well with Gmail UI
|
||||||
|
as Gmail automatically enriches the message which breaks the reverse-alias format.
|
||||||
</div>
|
</div>
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<input type="hidden" name="form-name" value="replace-ra">
|
<input type="hidden" name="form-name" value="replace-ra">
|
||||||
|
|
Loading…
Reference in a new issue