blob: efeb3547f05e527abe8095a9bdf8bca619786dd2 (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="gray.plala.or.jp">
<domain>gray.plala.or.jp</domain>
<displayName>ぷらら</displayName>
<displayShortName>ぷらら</displayShortName>
<incomingServer type="pop3">
<hostname>gray.mail.plala.or.jp</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>gray.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>
|