最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
超级Mailto功能
时间:2022-06-30 09:51:19 编辑:袖梨 来源:一聚教程网
Mailto 能让访问者方便地向网站提供反馈或联系信息。除了自动产生一个email消息外,你还可以使用mailto做许多其他事情。超级Mailto能自动填写抄送和密件抄送,甚至能自动填充主题行。下面介绍如何定制mailto功能。
基本的mailto实现方法:
< A href="mailto:[email protected]"> Click here to send a boring old mailto message< /a>
当访问者点击这个链接时,会调用他们客户端的email程序,并在收件人框中自动填上收件人的地址。下面,我们将分以下几步介绍如何增加mailto的功能。
第一步 创建一个基本的mailto,包含收件人的地址。
第二步 收件人地址后用“ ?cc=”开头,你可以填写抄 送(CC:)地址,下面这个例子将实现该功能:
< A href=mailto:[email protected]? [email protected]> Click here to send an email message to multiple recipients< /a>.
第三步 就像下面这个例子一样,紧跟着抄送地址之后,写上" & bcc=",就可以填上密件抄送(BCC)地址了 (在添加这些功能时,第一个功能以" a?"开头,后面的以" & "开头)。
< A href=" mailto:[email protected]? cc= [email protected]& [email protected]"> Click here to send an email message to mul tiple recipients (only some of which you know about)< /a>.
还可以把收件人、抄送、密件抄送人的多个地址用逗号分开:
< A href=" mailto:[email protected], [email protected]"> Click here to send an email message to multiplecomma-delimited recipients.< /a>
第四步 在第一步和第二步之后就可以用 & subject=填上主题了,下面给出实现所有功能的例子(包括收件人,抄送,密件抄送和主题)。
< ahref="mailto:[email protected]? [email protected] & [email protected] & subject=This is only a test">Click here to send us super ninja email< /a>.
基本的mailto实现方法:
< A href="mailto:[email protected]"> Click here to send a boring old mailto message< /a>
当访问者点击这个链接时,会调用他们客户端的email程序,并在收件人框中自动填上收件人的地址。下面,我们将分以下几步介绍如何增加mailto的功能。
第一步 创建一个基本的mailto,包含收件人的地址。
第二步 收件人地址后用“ ?cc=”开头,你可以填写抄 送(CC:)地址,下面这个例子将实现该功能:
< A href=mailto:[email protected]? [email protected]> Click here to send an email message to multiple recipients< /a>.
第三步 就像下面这个例子一样,紧跟着抄送地址之后,写上" & bcc=",就可以填上密件抄送(BCC)地址了 (在添加这些功能时,第一个功能以" a?"开头,后面的以" & "开头)。
< A href=" mailto:[email protected]? cc= [email protected]& [email protected]"> Click here to send an email message to mul tiple recipients (only some of which you know about)< /a>.
还可以把收件人、抄送、密件抄送人的多个地址用逗号分开:
< A href=" mailto:[email protected], [email protected]"> Click here to send an email message to multiplecomma-delimited recipients.< /a>
第四步 在第一步和第二步之后就可以用 & subject=填上主题了,下面给出实现所有功能的例子(包括收件人,抄送,密件抄送和主题)。
< ahref="mailto:[email protected]? [email protected] & [email protected] & subject=This is only a test">Click here to send us super ninja email< /a>.
相关文章
- 无期迷途主线前瞻直播总结 无期迷途主线前瞻直播内容介绍 11-22
- 以下哪种非遗技艺是用针在纸上绣画 蚂蚁新村11月21日答案 11-22
- 江南百景图听风塔怎么样 11-22
- 原神恰斯卡圣遗物怎么搭配 11-22
- 2024年霸王茶姬11月22日口令是什么 2024.11.22霸王茶姬口令介绍 11-22
- 光遇11.21季节蜡烛在哪里 光遇11月21日季节蜡烛位置攻略 11-22