How do I set up mailto for bcc only

Some examples, with actual HTML Code included, follow:

Simple MailTo

<a href="mailto:[email protected]">

MailTo with Multiple Recipients

<a href="mailto:[email protected],[email protected]">

MailTo with Subject

<a href="mailto:[email protected]?subject=Comments from MailTo Syntax Page">

MailTo with a Copy

<a href="mailto:[email protected][email protected]">

MailTo with a Blind Copy

<a href="mailto:[email protected][email protected]">

MailTo with message already started in Body

<a href="mailto:[email protected]?body=I am having trouble finding information on ">

MailTo with multiline message in Body

<a href="mailto:[email protected]?body=The message's first paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph.">

source


mailto:?bcc=mailaddress would do it!

Tags:

Html

Mailto

Email