Le smtp en starttls, c'est plus commun maintenant.
This commit is contained in:
parent
c0c36e50dc
commit
7034b74b25
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
</incomingServer>
|
</incomingServer>
|
||||||
<outgoingServer type="smtp">
|
<outgoingServer type="smtp">
|
||||||
<hostname>smtp.crans.org</hostname>
|
<hostname>smtp.crans.org</hostname>
|
||||||
<port>465</port>
|
<port>587</port>
|
||||||
<socketType>SSL</socketType>
|
<socketType>STARTTLS</socketType>
|
||||||
<username>%EMAILLOCALPART%</username>
|
<username>%EMAILLOCALPART%</username>
|
||||||
<authentication>plain</authentication>
|
<authentication>plain</authentication>
|
||||||
</outgoingServer>
|
</outgoingServer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue