Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I set up autoconfig but %EMAILADDRESS% doesn't work

  • 1 reply
  • 0 have this problem
  • 17 views
  • Last reply by Ya Ma

more options

I created and uploaded autoconfig-v1.1xml as shown below. When I add an account in Thunderbird, information such as the server name is retrieved as configured, but only the part of the username before the @ sign is displayed, not the domain name.


<clientConfig version="1.1">

 <emailProvider id="********">
   <domain>********.com</domain>
   <displayName>Mail Server</displayName>
   <displayShortName>Organisation ********</displayShortName>
   <incomingServer type="pop3">
     <hostname>pop3.********.com</hostname>
     <port>110</port>
     <socketType>STARTTLS</socketType>
     <username>%EMAILADDRESS%</username>
     <authentication>password-cleartext</authentication>
   </incomingServer>
   <outgoingServer type="smtp">
     <hostname>smtp.********.com</hostname>
     <port>587</port>
     <socketType>STARTTLS</socketType>
     <username>%EMAILADDRESS%<</username>
     <authentication>password-cleartext</authentication>
   </outgoingServer>
 </emailProvider>

</clientConfig>

The version of Thunderbird is 140.0.1esr (64-bit). I unchecked "Create Accounts in the new Account Hub" and was able to create a new account.

I created and uploaded autoconfig-v1.1xml as shown below. When I add an account in Thunderbird, information such as the server name is retrieved as configured, but only the part of the username before the @ sign is displayed, not the domain name. <?xml version="1.0" encoding="UTF-8"?> <clientConfig version="1.1"> <emailProvider id="********"> <domain>********.com</domain> <displayName>Mail Server</displayName> <displayShortName>Organisation ********</displayShortName> <incomingServer type="pop3"> <hostname>pop3.********.com</hostname> <port>110</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%</username> <authentication>password-cleartext</authentication> </incomingServer> <outgoingServer type="smtp"> <hostname>smtp.********.com</hostname> <port>587</port> <socketType>STARTTLS</socketType> <username>%EMAILADDRESS%<</username> <authentication>password-cleartext</authentication> </outgoingServer> </emailProvider> </clientConfig> The version of Thunderbird is 140.0.1esr (64-bit). I unchecked "Create Accounts in the new Account Hub" and was able to create a new account.

Chosen solution

I solved it myself.

Read this answer in context 👍 0

All Replies (1)

more options

Chosen Solution

I solved it myself.

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.