Skip to content

Instantly share code, notes, and snippets.

@frgomes
Last active May 28, 2019 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frgomes/6bda2f36ac5829e2e7806dbf150b190d to your computer and use it in GitHub Desktop.
Save frgomes/6bda2f36ac5829e2e7806dbf150b190d to your computer and use it in GitHub Desktop.
Thunderbird - connect to Exchange Server

Credits: https://www.techrepublic.com/blog/smb-technologist/connect-the-thunderbird-email-client-to-your-exchange-server/

  1. Install ExQuilla plugin for Thunderbird Using the Add-ons Manager. Alternatively, follow instructions from https://exquilla.zendesk.com/hc/en-us

  2. Restart Thunderbird

  3. Using the web browser, investigate if you can access the Exchange Server. Something like this: https://sync.my.company.com/EWS/Exchange.asmx

  4. If step 3 delivers some WSDL configuration, you are on the money.

  5. On Thunderbird, head to Tools > ExQuilla for Microsoft Exchange

  6. Try to replicate the web address and authentication parameters in order to make Thunderbird retrieve the WSDL configuration.

  7. If everything goes according to plan, Thunderbird will be able to receive and send emails as it would be expected.

Note: Licenses for ExQuilla are FREE and can be obtained at: http://mesquilla.net/buylicense.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment