Le smtp en starttls, c'est plus commun maintenant.

This commit is contained in:
Pierre-Elliott Bécue 2015-02-25 17:44:28 +01:00
parent c0c36e50dc
commit 7034b74b25

View file

@ -14,8 +14,8 @@
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.crans.org</hostname>
<port>465</port>
<socketType>SSL</socketType>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</outgoingServer>