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
There are many Hadoop installation tutorials on L...
1. Download the RPM package corresponding to Linu...
We are all familiar with the MySQL count() functi...
console.log( [] == ![] ) // true console.log( {} ...
1. Business Scenario I have been doing developmen...
Table of contents <template> <ul class=&...
Table of contents 1. Common function classificati...
MySQL installation tutorial for Windows system do...
In the fifth issue of Web Skills, a technical sol...
Implementation of transactions The redo log ensur...
This article records the detailed installation tu...
Table of contents What is a Mapping Difference be...
Table of contents Preface Why introduce unit test...
This article records the installation graphic tut...
Today I will talk about a CSS special effect of h...