Is there a way to set the “email” function in a button element to send to multiple recipients? Or to add a CC? As it is, a href command breaks it, and a comma or semicolon ignore the second recipient.
email1@host.com, email2@host.com, email3@host.com
first@mail.com; second@mail.com; third@mail.com
I’ve tried these both of these with no luck. I also tried a couple inputting the href= command in a classic button element to no avail.
What are the mailto guidelines for this?
How would you add a CC?
Thanks for your time