There's a bunch of things I need to get up here, but I guess we'll just do this one piece at a time. Mailto links. Here's some basic formats to get certain fields prefilled:
with cc: field:
mailto:name@domain.com?cc=ccname@domain.com
with bcc: field:
mailto:name@domain.com?bcc=bccname@domain.com
with subject field:
mailto:name@domain.com?subject=tell%20me%20something%20nice
(side note: use %20 for spaces)
with text in the body:
mailto:name@domain.com?body=something%20nice
bring it all together:
mailto:name@domain.com?
cc=ccname@domain.com&
bcc=bccname@domain.com&
subject=tell%20me%20something%20nice&
body=something%20nice
(side note: I put these on seperate lines, but when you use this you have it make it all one line without any spaces or line returns)
So this probably goes without saying – but these "mailto" lines would go into your html like this: