|
@@ -7,14 +7,14 @@
|
7
|
7
|
<hostname>mail1.rthoni.com</hostname>
|
8
|
8
|
<port>993</port>
|
9
|
9
|
<socketType>SSL</socketType>
|
10
|
|
- <authentication>password-encrypted</authentication>
|
|
10
|
+ <authentication>password-cleartext</authentication>
|
11
|
11
|
<username>%EMAILADDRESS%</username>
|
12
|
12
|
</incomingServer>
|
13
|
13
|
<outgoingServer type="smtp">
|
14
|
14
|
<hostname>mail1.rthoni.com</hostname>
|
15
|
15
|
<port>587</port>
|
16
|
16
|
<socketType>STARTTLS</socketType>
|
17
|
|
- <authentication>password-encrypted</authentication>
|
|
17
|
+ <authentication>password-cleartext</authentication>
|
18
|
18
|
<username>%EMAILADDRESS%</username>
|
19
|
19
|
</outgoingServer>
|
20
|
20
|
</emailProvider>
|