Mailto Subject, Copy, Body...
Mailto parameter should be preceded by "?" for the first or only parameter and "&" for second and subsequent parameter.
Some MailTo Syntax examples included below:
Simple MailTo link:
<a href="mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
">
MailTo with Multiple Recipients:
<a href="mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
,
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
">
MailTo with Subject:
<a href="mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
?subject=Comment from your website">
MailTo with a Copy:
<a href="mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
?cc=
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
">
MailTo with a Blind Copy:
<a href="mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
?bcc=
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
">
MailTo with Message Started in body:
<a href="mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
?body=I have a question about your services ">
MailTo with Subject, a Recipient, a Copy and a Blind Copy
<a href="mailto:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
?subject=Comment from your website&cc=
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
&bcc=
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
">


