当我们的邮箱平台属于第三方而非微软exchange时,客户端outlook如何自动配置用户邮箱类似于exchange邮件平台一样呢?

OK,按我的方法来做

第一、新建 一个autodiscover.xml文件内容如下(内容我暂不作解析了,假设邮件服务器域名为:mail.xx.com):

<?xml version="1.0" encoding="utf-8" ?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
<Account>
<AccountType>email</AccountType>
<Action>settings</Action>
<Protocol>
<Type>POP3</Type>
<Server>mail.xx.com</Server>
<Port>995</Port>
<DomainRequired>off</DomainRequired>
<SPA>off</SPA>
<SSL>on</SSL>
&l