Recently, I added a click-to-send email function to the customer's footer mailbox. I searched Baidu and found that the solution is very simple. 1 Simply make a link Copy code The code is as follows:2. Complex link code: Copy code The code is as follows:<pre name="code" class="html"><a href="Mailto:[email protected][email protected]&[email protected]&Subject=Hello&Body=你好">Send me an email</a></pre> <pre></pre> Parameter Description: <p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px"> </p> <p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px"> CC: carbon copy address;</p> <p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px"> BCC: Blind carbon copy address;</p> <p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px"> Subject: topic;</p> <p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px"> Body: Email content. </p> <p style="color:rgb(51,51,51); font-family:Arial; font-size:14px; line-height:26px"> Note: Use ";" to separate multiple email addresses. </p> |
<<: Vue3 setup() advanced usage examples detailed explanation
>>: Sample code for implementing honeycomb/hexagonal atlas with CSS
This article shares with you the installation and...
This article shares the specific code of Vue to i...
Table of contents 1. Error message 2. Cause of er...
Rendering Example Code Today we are going to use ...
Download the official website First go to the off...
Sometimes our pages will need some prompt boxes o...
Table of contents Preface 1. JDBC timeout setting...
Recently I was looking at how Docker allows conta...
What are XHTML tags? XHTML tag elements are the b...
Table of contents Preface VMware clone virtual ma...
Table of contents Use Cases Reactive API related ...
Table of contents Introduction Public code (backe...
Introduction This article records how to mount a ...
Because I wrote a Python program and intensively ...
1. Introduction to Compose Compose is a tool for ...