How do I set up mailto for bcc only
问题 I have a mailto link that I would like to populate the bcc only. Is that possible? 回答1: mailto:?bcc=mailaddress would do it! 回答2: Some examples, with actual HTML Code included, follow: Simple MailTo <a href="mailto:astark1@unl.edu"> MailTo with Multiple Recipients <a href="mailto:astark1@unl.edu,ASTARK1@UNL.EDU"> MailTo with Subject <a href="mailto:astark1@unl.edu?subject=Comments from MailTo Syntax Page"> MailTo with a Copy <a href="mailto:astark1@unl.edu?cc=ASTARK1@UNL.EDU"> MailTo with a