我使用html表单编写代码来发送电子邮件。
<form action="MAILTO:***?subject=name" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name" placeholder="your name"><br>
Subject:<br>
<input type="text" name="Subject" placeholder="your subject"><br>
Comment:<br>
<input type="text" name="comment" placeholder="your comment" size="200" class="comment" /><br/>
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</form>
当我点击发送时,弹出窗口是这样的, result 如何使用户输入成为电子邮件主题,只在邮件正文中注释而不是
name=john
Subject=hello from john
comment=email body