How much do you know about the mailto: URI scheme? I've just had cause to read RFC 2368, and I've learned a few things myself. Using the mailto URI scheme, you can:
- send an e-mail to a person using a client-side e-mail program;
- send the e-mail to multiple people at one time;
- set the subject line of the e-mail;
- specify the body of the e-mail;
- and specify any header to send in the e-mail.