You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config-v1.1.xml 743B

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