Home > Web Front-end > HTML Tutorial > Sending html emails is simple through Mailto_HTML/Xhtml_Web page production

Sending html emails is simple through Mailto_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:39:44
Original
2280 people have browsed it

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

Copy the code
The code is as follows:

2. Complex link
code:

Copy code
The code is as follows:

<a href="Mailto:test@163.com?CC=test@163.com&BCC =test@163.com&Subject=Hello&Body=Hello">Send me an email</a>



 
Parameters Description:




CC: CC address;< ;/p>


BCC: Confidential Document Cc address;



Subject: theme;


Body: email content.



Note: Multiple email addresses are separated by ";".



source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template