So, I have an html letter that I create for my company for an email campaign, which we are going to send in the near future for the organization we represent. It contains 2 main links, one to send an email to a person in the organization we represent, and one to go to the landing page on the organizationโs website. The landing page link works fine, the mailto: link does not happen when email is viewed with Hotmail. It works with clients other than Hotmail, including Gmail and Outlook.
This is not because the computer on which I am testing does not have an email client installed. It has Outlook 2010 installed and registered as a mailto application. When mailto links are clicked on other sites (not hotmail), they work fine ... outlook launches a new message box, as it should, and fills in the subject and email. When we went to the test in Hotmail, it shows the mailto link in the status bar, but when you click this link, no action occurs. It is as if the link was not a link at all.
This is the link we are trying to use: (a little edited for privacy)
<div class="button"><a href="mailto: contact@email.org ?subject=Resident Requesting More Info">Email a Resident Advisor</a></div>
This fits in the html table cell. It uses basic CSS styling (everything is embedded in the html address itself). The button class is intended only to highlight the link in the letter ... give it a red frame and a bold link.
To be more clear:
Works:
Gmail - IE9, Chrome, Firefox
Outlook - worked.
Does not work:
Hotmail - all browsers tried
The email was sent using the CampaignMonitor preview function (processed by our QA guy, I donโt have access to it, because I'm pretty new to the company).
I just need to figure out a way to make this work. Thanks in advance.
source share