Mailto Link for Multiple Recipients

Permalink
I need to link an email mailto link so that there are multiple recipients. After doing some digging online, I am now perplexed. Some are saying to separate by comma, whereas others are saying to use a semicolon.

Which one is the proper way to do this?

Here's my link markup:
<a href="mailto:info@montechusa.com?&cc=name2@montechusa.com,name3@montechusa.com" />info@montechusa.com</a>

PineCreativeLabs
 
ramonleenders replied on at Permalink Reply
ramonleenders
Thunderbird is smart enough to recognize both cases. Depends on the application maybe? No professional in this kinda stuff, but would be awesome if there is THE answer for this.
mhawke replied on at Permalink Reply
mhawke
The spec for "mailto:" is that it only takes one recipient address so chances are it will fail for some people at some time if you add more than one.

Perhaps set up forwarding or a distribution list?