A link that sends a mail to several recipients
When visitors to your site send you an e-mail, would you like for it to be sent to a second address as well (or three, four,
etc. other addresses)? Use the following HTML code:
<A HREF="mailto:My_email?cc=Another_email">My link</A>
where
My_email is the e-mail address that will appear in the To field of the message window and
Another_mail is the address that will appear in the Carbon Copy (Cc:) field.
To specify more than one recipient in the Carbon Copy (Cc:) field, simply place the addresses one after the other, separated
by a semi-colon:
<A HREF="mailto:My_email?cc=Another_email;Again_another_email;A_third_email">My link</A>
Discover all Webmaster tips.