|
@@ -0,0 +1,21 @@
|
|
1
|
+<clientConfig version="1.1">
|
|
2
|
+ <emailProvider id="rthoni.com">
|
|
3
|
+ <domain>rthoni.com</domain>
|
|
4
|
+ <displayName>rthoni.com</displayName>
|
|
5
|
+ <displayShortName>rthoni.com</displayShortName>
|
|
6
|
+ <incomingServer type="imap">
|
|
7
|
+ <hostname>mail1.rthoni.com</hostname>
|
|
8
|
+ <port>993</port>
|
|
9
|
+ <socketType>SSL</socketType>
|
|
10
|
+ <authentication>password-encrypted</authentication>
|
|
11
|
+ <username>%EMAILADDRESS%</username>
|
|
12
|
+ </incomingServer>
|
|
13
|
+ <outgoingServer type="smtp">
|
|
14
|
+ <hostname>mail1.rthoni.com</hostname>
|
|
15
|
+ <port>587</port>
|
|
16
|
+ <socketType>STARTTLS</socketType>
|
|
17
|
+ <authentication>password-encrypted</authentication>
|
|
18
|
+ <username>%EMAILADDRESS%</username>
|
|
19
|
+ </outgoingServer>
|
|
20
|
+ </emailProvider>
|
|
21
|
+</clientConfig>
|