blob: 1a3e2a6830017760840ed83c30819a328c17054f (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="kokuyou.ne.jp">
<domain>kokuyou.ne.jp</domain>
<displayName>長和町黒耀の里ゆいねっと</displayName>
<displayShortName>ゆいねっと</displayShortName>
<incomingServer type="pop3">
<hostname>mail.kokuyou.ne.jp</hostname>
<port>110</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.kokuyou.ne.jp</hostname>
<port>25</port>
<socketType>plain</socketType>
<authentication>none</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|