mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Added FAQ
This commit is contained in:
parent
f57e1f9641
commit
410b7c4f06
1 changed files with 16 additions and 0 deletions
16
FAQ.md
16
FAQ.md
|
@ -377,6 +377,22 @@ The usage of shortcuts is explained [here](https://support.google.com/android/an
|
|||
|
||||
You can use the [Email Privacy Tester](https://www.emailprivacytester.com/) for this.
|
||||
|
||||
<a name="faq33"></a>
|
||||
**(33) Why are edited sender addresses not working?**
|
||||
|
||||
Most providers accept validated addresses only when sending messages to prevent spam.
|
||||
|
||||
For example Google modifies the message headers like this:
|
||||
|
||||
```
|
||||
From: Somebody <somebody@example.org>
|
||||
X-Google-Original-From: Somebody <somebody+extra@example.org>
|
||||
```
|
||||
|
||||
This means that the edited sender address was automatically being replaced by a validated address before sending the message.
|
||||
|
||||
Note that this is independent of receiving messages.
|
||||
|
||||
<br>
|
||||
|
||||
If you have another question, want to request a feature or report a bug, you can use [this forum](https://forum.xda-developers.com/android/apps-games/source-email-t3824168).
|
||||
|
|
Loading…
Reference in a new issue