Added AOL privider

This commit is contained in:
M66B 2019-12-15 09:36:30 +01:00
parent bcf7ca3ae4
commit 87e3886347
1 changed files with 12 additions and 0 deletions

View File

@ -462,4 +462,16 @@
port="587"
starttls="true" />
</provider>
<provider
name="AOL"
link="https://help.aol.com/articles/how-do-i-use-other-email-applications-to-send-and-receive-my-aol-mail">
<imap
host="imap.aol.com"
port="993"
starttls="false" />
<smtp
host="smtp.aol.com"
port="465"
starttls="false" />
</provider>
</providers>