Issue
Links sent to a customer using AppleMail are not rendering properly.
Solution
This issue is cause when there is no protocol assigned to a link so AppleMail appends applewebdata:// to the beginning of the url instead of HTTP:// or HTTPS://The work-around for this is to include the protocol in the link. If there's no protocol (e.g. http://) then the rendering engine will insert applewebdata:// as the protocol for any links.