Working on some ASP.NET, and making an email list that prints to the screen. Easy enough. But they want to click on a URL and have it auto email (BCC specifically). so.. <a href="mailto:?bcc=list of emails">Click here to Email</a> but some email lists were huge, some small. By trial and error and searching around Google, [...]