I have a mailto link in my HTML. The HREF is
<a href="mailto:?to=&body=AAA,&subject=BBB">MAIL</a>
In other words, I am specifying body and subject, but not recipient.
In Chrome on Ubuntu, clicking this produces an dialog with a error
Unable to detect the URI-scheme of "mailto:?body.....
Note that Firefox opens Thunderbird correctly for the same link.
How do I code this link so it works?
Chrome 34.0.1847.137 Ubuntu 13.10