Home >Web Front-end >HTML Tutorial >Sending html emails is simple through Mailto_HTML/Xhtml_Web page production
Recently, I added a click-to-send email function to the customer's footer mailbox. I searched it on Baidu and the solution is very simple
1. Just make a link
<a href="Mailto:test@163.com?CC=test@163.com&BCC =test@163.com&Subject=Hello&Body=Hello">Send me an email</a>
CC: CC address;< ;/p>
BCC: Confidential Document Cc address;
Subject: theme;
Body: email content.
Note: Multiple email addresses are separated by ";".