View Full Version : adding "cc's" to a "mailto:"
bgoverman
11-12-1999, 05:11 PM
I have placed an email address on my webpage and have used the "mailto:" link. I need to know how I can also have "cc's" sent to tw or three other persons.
<a href="mailto:someone@someplace.com,anotherplace@elsewhere.com">More than one recipient</a>
<a href="mailto:someone@someplace.com?subject=Some Subject Here">Adding a Subject:</a>
<a href="mailto:someone@someplace.com?cc=anotherplace@elsewhere.com">Using the cc: field</a>
<a href="mailto:someone@someplace.com?bcc=anotherplace@elsewhere.com ">Using the bcc: field</a>
<a href="mailto:someone@someplace.com?subject=Some Subject Here&cc=anotherplace@elsewhere.com&bcc=me@myplace.com">Using all the fields</a>
The above shows various options with the mailto: tag, including CC, BCC, and Subject...[nbsp][nbsp]
Hope this helps...
Deb
[This message has been edited by Deb (edited 11-12-99)]
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.