blob: cec35b2df53f249dca9fbfdad05c96b2e914bcfd (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="taupe.plala.or.jp">
<domain>taupe.plala.or.jp</domain>
<displayName>ぷらら</displayName>
<displayShortName>ぷらら</displayShortName>
<incomingServer type="pop3">
<hostname>taupe.mail.plala.or.jp</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>taupe.mail.plala.or.jp</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|