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