1. 程式人生 > >html send mail

html send mail

highlight send scrip stl nbsp .com dbo fir RKE

  

<html>
<body>
<script>
var formattedBody = "FirstLine \n Second Line \n Third Line";
var mailToLink = "mailto:[email protected]?body=" + encodeURIComponent(formattedBody);
window.location.href = mailToLink;
</script>
</body>
</html>

  

window下默認是outlook

也可以上chrome的plugin market下載mailto插件

html send mail