so heres the problem. i have a list of 20 or 25 names. i want to create a link using HTML that will create a message to be sent to everyone on the list without giving away the addresses to everyone else. i tried using "mailto:" to create a message to myself, and include the addresses as a blind carbon copy ("?&bcc". for some reason, everything works except the bcc. heres my line of code, ne suggestions would be great....
<a href="mailto:me@myself.com?&bcc=listofppl@everyone.com">Click here to send to entire list. </a>
~~ Laziness is the mother of invention ~~
<a href="mailto:me@myself.com?&bcc=listofppl@everyone.com">Click here to send to entire list. </a>
~~ Laziness is the mother of invention ~~