25 lines
872 B
XML
25 lines
872 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<clientConfig>
|
|
<emailProvider id="ruby.plala.or.jp">
|
|
<domain>ruby.plala.or.jp</domain>
|
|
<displayName>ぷらら</displayName>
|
|
<displayShortName>ぷらら</displayShortName>
|
|
<incomingServer type="pop3">
|
|
<hostname>ruby.mail.plala.or.jp</hostname>
|
|
<port>110</port>
|
|
<socketType>plain</socketType>
|
|
<username>%EMAILLOCALPART%</username>
|
|
<authentication>plain</authentication>
|
|
</incomingServer>
|
|
<outgoingServer type="smtp">
|
|
<hostname>ruby.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>
|