mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Added FAQ
This commit is contained in:
parent
b9d2741da7
commit
b736e38d3f
1 changed files with 31 additions and 1 deletions
32
FAQ.md
32
FAQ.md
|
@ -1,4 +1,4 @@
|
|||
# FairEmail
|
||||
# FairEmail support
|
||||
|
||||
If you have a question, please check the frequently asked questions below first.
|
||||
At the bottom you can find how to ask other questions, request features and report bugs.
|
||||
|
@ -547,6 +547,36 @@ If this isn't an option, you could enable *Allow insecure connections* both in t
|
|||
See also [this FAQ](#user-content-faq4).
|
||||
|
||||
|
||||
<a name="faq42"></a>
|
||||
**(42) Can you add a new provider to the list of providers?**
|
||||
|
||||
If the provider is used by more than a few people, yes, with pleasure.
|
||||
|
||||
The following information is needed:
|
||||
|
||||
```
|
||||
<provider
|
||||
name="Gmail"
|
||||
link="https://support.google.com/mail/answer/7126229" // setup instructions
|
||||
type="com.google"> // this is not needed
|
||||
<imap
|
||||
host="imap.gmail.com"
|
||||
port="993"
|
||||
starttls="false" />
|
||||
<smtp
|
||||
host="smtp.gmail.com"
|
||||
port="465"
|
||||
starttls="false" />
|
||||
```
|
||||
|
||||
Connections *without* [STARTTLS](https://en.wikipedia.org/wiki/Opportunistic_TLS) are safer and therefore prefered.
|
||||
|
||||
Please make sure receiving and sending messages works properly.
|
||||
|
||||
See below about how to contact me.
|
||||
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
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