
Mark A. answered 04/06/19
Electrical Engineering topics and Web / Photography related areas
Using the mailto link you can set:
- mailto: to set the recipient list itself
- &cc= list of recipients for carbon copy
- &bcc= list of recipients for blind carbon copy
- &subject= to set the subject line of the email
- &body= to set the actual message content
Using these you can essentially build a complete email message with everything predefined by your web page. This is handy for generating emails for help, product shipping questions, and other specific topics. Then when these emails come in it is easy to automate their handling. And since you can send things to different email addresses you can automate the sorting / destinations as well. Very powerful!
Mark