mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Updated FAQ
This commit is contained in:
parent
1a226f2fa9
commit
8d670017f6
2 changed files with 9 additions and 2 deletions
10
FAQ.md
10
FAQ.md
|
@ -6,7 +6,13 @@ At the bottom you can find how to ask other questions, request features and repo
|
||||||
## Authorizing accounts
|
## Authorizing accounts
|
||||||
|
|
||||||
For support on authorizing an account you should consult the documentation of your provider.
|
For support on authorizing an account you should consult the documentation of your provider.
|
||||||
Mostly searching for *IMAP* and the name of the provider is sufficient to find the right documentation.
|
Searching for *IMAP* and the name of the provider is mostly sufficient to find the right documentation.
|
||||||
|
To setup an account you need the IMAP and SMTP server addresses and port numbers,
|
||||||
|
whether STARTTLS should be used and your username and password.
|
||||||
|
In some cases you'll need to enable external access to your account and/or to use a special (app) password,
|
||||||
|
for instance when two factor authentication is enabled.
|
||||||
|
|
||||||
|
For:
|
||||||
|
|
||||||
* Gmail / G suite: see [question 6](#user-content-faq6)
|
* Gmail / G suite: see [question 6](#user-content-faq6)
|
||||||
* Outlook: see [question 14](#user-content-faq14)
|
* Outlook: see [question 14](#user-content-faq14)
|
||||||
|
@ -392,7 +398,7 @@ From: Somebody <somebody@example.org>
|
||||||
X-Google-Original-From: Somebody <somebody+extra@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.
|
This means that the edited sender address was automatically replaced by a validated address before sending the message.
|
||||||
|
|
||||||
Note that this is independent of receiving messages.
|
Note that this is independent of receiving messages.
|
||||||
|
|
||||||
|
|
1
SETUP.md
1
SETUP.md
|
@ -25,6 +25,7 @@ If your provider is not in the list of providers, select *Custom*.
|
||||||
Enter the domain name, for example *gmail.com* and tap *Get settings*.
|
Enter the domain name, for example *gmail.com* and tap *Get settings*.
|
||||||
If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number,
|
If your provider supports [auto-discovery](https://tools.ietf.org/html/rfc6186), FairEmail will fill in the host name and port number,
|
||||||
else check the setup instructions of your provider for the right IMAP host name and port number.
|
else check the setup instructions of your provider for the right IMAP host name and port number.
|
||||||
|
For more about this, please see [here](https://github.com/M66B/open-source-email/blob/master/FAQ.md#authorizing-accounts).
|
||||||
|
|
||||||
## Identity - to send email
|
## Identity - to send email
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue