I am attempting to create a hyperlink mailto for a google mail to multiple recipients using the following string: https://mail.google.com/mail/&view=cm&fs=1&tf=1&to=recipient1@emailprovider.com,%20https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=recipient2@emailprovider.com
... only when I test it, it drafts a gmail message to recipient2 while completely bypassing recipient1, and a partial, incomplete string: "recipient1@emailprovider.com, https://mail.google.com/mail/?view=cm"
Further, my ULTIMATE goal is to add a 3rd recipient. Again, the result is a draft opened with only recipient2 and the same incomplete string.
What am I missing??
You can mention the multiple email receipts in the parameter 'to' with semicolon as delimiter. Please check my example link below: (I've tested it and it's working for me)
to=recipient1@emailprovider.com;recipient2@emailprovider.com;recipient3@emailprovider.com;recipient4@emailprovider.com
Full example: