Sha256: 68901d9b138ad26ad33db82af2b006bd192f869768b21487e5465d1e85dc0f39
Contents?: true
Size: 1.12 KB
Versions: 2
Compression:
Stored size: 1.12 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="sympatico.ca"> <domain>sympatico.ca</domain> <displayName>Sympatico Email</displayName> <displayShortName>Sympatico</displayShortName> <incomingServer type="pop3"> <hostname>pophm.sympatico.ca</hostname> <port>995</port> <socketType>SSL</socketType> <username>%EMAILADDRESS%</username> <authentication>plain</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtphm.sympatico.ca</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>plain</authentication> <addThisServer>true</addThisServer> <useGlobalPreferredServer>false</useGlobalPreferredServer> </outgoingServer> <documentation url="http://internet.bell.ca/index.cfm?method=content.view&category_id=585&content_id=12767"> <descr>POP settings, domains</descr> </documentation> </emailProvider> </clientConfig>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail_autoconfig-0.0.2 | ispdb_data/sympatico.ca |
mail_autoconfig-0.0.1 | ispdb_data/sympatico.ca |