最新下载
热门教程
- 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>.
相关文章
- Binance.US已上线VIRTUAL 04-30
- binance官网电脑下载_binance苹果版下载地址V2.57.7 04-30
- 比特币交易量最大的交易所是哪个?全球最大的比特币交易平台排名 04-30
- 奥比岛梦想国度卡死闪退有哪些解决方法 04-30
- DNF手游骨戒在哪个位置 04-30
- 回望羊驼:当利空成为短暂的财富密码 04-30