32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<?='<?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">
|
|
<User>
|
|
<DisplayName><?=$displayName?></DisplayName>
|
|
</User>
|
|
<Account>
|
|
<AccountType>email</AccountType>
|
|
<Action>settings</Action>
|
|
<Protocol>
|
|
<Type>IMAP</Type>
|
|
<Server><?=$imapServer?></Server>
|
|
<Port><?=$imapPort?></Port>
|
|
<DomainRequired>off</DomainRequired>
|
|
<SPA>off</SPA>
|
|
<SSL>on</SSL>
|
|
<AuthRequired>on</AuthRequired>
|
|
<LoginName><?=$user?></LoginName>
|
|
</Protocol>
|
|
<Protocol>
|
|
<Type>SMTP</Type>
|
|
<Server><?=$smtpServer?></Server>
|
|
<Port><?=$smtpPort?></Port>
|
|
<DomainRequired>off</DomainRequired>
|
|
<SPA>off</SPA>
|
|
<SSL>on</SSL>
|
|
<AuthRequired>on</AuthRequired>
|
|
<LoginName><?=$user?></LoginName>
|
|
</Protocol>
|
|
</Account>
|
|
</Response>
|
|
</Autodiscover> |