How do I set up mailto for bcc only

31,798

Solution 1

mailto:?bcc=mailaddress would do it!

Solution 2

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

Share:
31,798
MrM
Author by

MrM

Updated on July 10, 2022

Comments

  • MrM
    MrM almost 2 years

    I have a mailto link that I would like to populate the bcc only. Is that possible?

  • Christian Lundahl
    Christian Lundahl over 11 years
    Nice copy/paste. Did you even read the question? This is exactly what MrM does NOT want.
  • MrM
    MrM over 11 years
    While the other post has some good info, this is what I was looking for. Thanks!
  • gSaenz
    gSaenz over 11 years
    @Perplexor Yes, did you read my answer? see [email protected]"> which is the same as provided in the other answer. And I provided my source.
  • Christian Lundahl
    Christian Lundahl over 11 years
    I sure did. The question was if it's possible to create a mailto-link with bcc-address(es) and WITHOUT a "normal" recipient address. None of your examples did that.
  • gSaenz
    gSaenz over 11 years
    @Perplexor Dont really see anything wrong with going above and beyond, thank you for your feedback.
  • Gogowitsch
    Gogowitsch almost 9 years
    Outlook needs a semicolon instead of commas to separate mail addresses.
  • macool
    macool about 7 years
    source is broken :(
  • fuchs777
    fuchs777 almost 7 years
    @macool you can easily find that example on other pages... imho people should just use the wayback machine for more permanent links, e.g. web.archive.org/web/20170217092344/https://support.blue.net.‌​au/…