Kaynağa Gözat

Added email config for Thunderbird

tags/v1.8.0^0
Robin Thoni 3 hafta önce
ebeveyn
işleme
f1b9ff0b93
İmzalayan: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E

+ 21
- 0
apache/wwwroot/.well-known/autoconfig/mail/config-v1.1.xml Dosyayı Görüntüle

@@ -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>

Loading…
İptal
Kaydet