mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 07:42:52 +00:00
Provider Yahoo! supports SSL without STARTTLS
This commit is contained in:
parent
58adbf64c3
commit
9fbc8f1900
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
|||
port="993" />
|
||||
<smtp
|
||||
host="smtp.mail.yahoo.com"
|
||||
port="587"
|
||||
starttls="true" />
|
||||
port="465"
|
||||
starttls="false" />
|
||||
</provider>
|
||||
<provider name="Posteo.de">
|
||||
<imap
|
||||
|
|
Loading…
Reference in a new issue