heres the dilemna....
i have a list of about 25 names, and i want to send an e-mail to all of them at once. the problem is, i dont want to disclose their e-mails to each other. this has to be a scripted link (HTML). the link should just open a new message window already addressed to all the recipients. I have tried to use "mailto:", addressed to myself with
"?&bcc" used to send it to the entire list. for some reason, it doesnt work. here is my line of code....
<a href="mailto:name_one@address_one.com?&bcc=list_of_names@everyone.com">Click here to send to entire list. </a>
any help would be much appreciated
~~ Laziness is the mother of invention ~~
i have a list of about 25 names, and i want to send an e-mail to all of them at once. the problem is, i dont want to disclose their e-mails to each other. this has to be a scripted link (HTML). the link should just open a new message window already addressed to all the recipients. I have tried to use "mailto:", addressed to myself with
"?&bcc" used to send it to the entire list. for some reason, it doesnt work. here is my line of code....
<a href="mailto:name_one@address_one.com?&bcc=list_of_names@everyone.com">Click here to send to entire list. </a>
any help would be much appreciated
~~ Laziness is the mother of invention ~~