This is the usual definition of
the mail to command
<a href="mailtoname@domain.xyz">
Send me an
E-mail!
If you would like to send an E-mail with a predefined
subject, this is how you do it:
<a
ailtohref="mailtoname@domain.xyz?subject=your-subject-here">
Send me an E-mail about
PhoebeMoon
You can have a carbon copy (cc), blind carbon copy
(blind carbon copy) sent to. The definitions "cc", "bcc", and
"subject=" are not HTML standards, but they work since Netscape 2.x and MS IE
4.x
How to send it to cc
<a
ailtohref="mailtoname@domain.xyz?cc=name2@domain.xyz">
Send me an E-mail with a
carbon copy to another address
The same thing for bcc
<a
ailtohref="mailtoname@domain.xyz?bcc=name2@domain.xyz">
Send me an E-mail about
PhoebeMoon with a blind carbon copy to another address
You can also set a predefined Text for the email
<a
ailtohref="mailtoname@domain.xyz?body=your-text-here">
Send
me an E-mail about Phoebe Mail telling me what a great tip this is
You can also combine several of the above comments, i.e.
ahref="mailtoname@domain.xyz?subject=your-subject-here&cc
=name@domain.xyz&body=your-text-here">
Send
me an E-mail about PhoebeMoon telling me what a great tip this is with a carbon copy to
another address