Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | |
---|
3 | <clientConfig version="1.1"> |
---|
4 | <emailProvider id="gva.es"> |
---|
5 | <domain>gva.es</domain> |
---|
6 | <displayName>GVA Mail</displayName> |
---|
7 | <displayShortName>GVA</displayShortName> |
---|
8 | <incomingServer type="imap"> |
---|
9 | <hostname>imap.gva.es</hostname> |
---|
10 | <port>143</port> |
---|
11 | <socketType>plain</socketType> |
---|
12 | <authentication>password-cleartext</authentication> |
---|
13 | <username>%EMAILLOCALPART%</username> |
---|
14 | </incomingServer> |
---|
15 | <incomingServer type="pop3"> |
---|
16 | <hostname>pop3.gva.es</hostname> |
---|
17 | <port>110</port> |
---|
18 | <socketType>plain</socketType> |
---|
19 | <authentication>password-cleartext</authentication> |
---|
20 | <username>%EMAILLOCALPART%</username> |
---|
21 | </incomingServer> |
---|
22 | <outgoingServer type="smtp"> |
---|
23 | <hostname>smtp.gva.es</hostname> |
---|
24 | <port>587</port> |
---|
25 | <socketType>STARTTLS</socketType> |
---|
26 | <authentication>password-cleartext</authentication> |
---|
27 | <username>%EMAILLOCALPART%</username> |
---|
28 | </outgoingServer> |
---|
29 | </emailProvider> |
---|
30 | </clientConfig> |
---|
Note: See
TracBrowser
for help on using the repository browser.