HTML MailTo Tricks
Keywords:
To start your mail program with the address filled in properly:
mailto:nobody@nospam.org
The same, plus fill in cc:
mailto:nobody@nospam.org?cc=anotherone@anotheraddress.com
Or to fill in the subject:
mailto:nobody@nospam.org?subject=THis is my subject
Or to fill in both subject and body:
mailto:nobody@nospam.org?subject=This is My Subject&body=And this is my text
Neat trick - Use %0d%0a to add line feeds to the body text:
mailto:nobody@nospam.org?subject=This is my Subject&body=Please send me the following:%0d%0a%0d%0aFour eggbeaters%0d%0a%0d%0aName: %0d%0aAddress:
Article ID: W14531
Filename: HTML MailTo Tricks.txt