mailto发送邮件

Posted gaoxuerong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mailto发送邮件相关的知识,希望对你有一定的参考价值。

mailto后面加发送邮件地址,可以在网页上通过链接直接打开邮件客户端发送邮件;只有第一个可以

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="UTF-8">
 5         <title></title>
 6     </head>
 7     <body>
 8         <a href=‘telnet:[email protected]>发送邮件</a>
 9 <a href=‘mail:[email protected]>发送邮件</a>
10 <a href=‘mailto:ming.[email protected]>发送邮件</a>
11 <a href=‘ftp:[email protected]>发送邮件</a>
12     </body>
13     <script>
14          
15     </script>
16 </html>

以上是关于mailto发送邮件的主要内容,如果未能解决你的问题,请参考以下文章