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>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue