blob: 9e54488ead7ab44a559c63c0acbc0f72466cb2d2 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="tiki.ne.jp">
<domain>tiki.ne.jp</domain>
<displayName>TikiTikiインターネット</displayName>
<displayShortName>TikiTiki</displayShortName>
<incomingServer type="pop3">
<hostname>mx.tiki.ne.jp</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp-auth.tiki.ne.jp</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILADDRESS%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|