blob: 50fd47ef1cc32bec3b9ae4f9434ae8f141fb854f (
plain) (
tree)
|
|
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig>
<emailProvider id="so.wind.ne.jp">
<domain>so.wind.ne.jp</domain>
<domain>so.wind.jp</domain>
<displayName>群馬インターネット</displayName>
<displayShortName>wind</displayShortName>
<incomingServer type="imap">
<hostname>so.wind.ne.jp</hostname>
<port>143</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>so.wind.ne.jp</hostname>
<port>587</port>
<socketType>plain</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
<addThisServer>true</addThisServer>
<useGlobalPreferredServer>false</useGlobalPreferredServer>
</outgoingServer>
</emailProvider>
</clientConfig>
|