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
Recently, WeChat was forced by Apple to develop a...
In fact, we have been hearing a lot about web des...
1. Components and implemented functions Keepalive...
Test: Chrome v80.0.3987.122 is normal There are t...
Find the problem I recently encountered a problem...
Preface Sass is an extension of the CSS3 language...
Preface Last week, a colleague asked me: "Br...
1. Introduction to Macvlan Before the emergence o...
Table of contents Docker custom network 1. Introd...
Table of contents 1. Array deduplication 2. Dedup...
I have just started using react to do projects, a...
Date type differences and uses MySQL has five dat...
1. Manually create and add my.ini file # CLIENT S...
Mysql 8.0 installation problems and password rese...