我有一個谷歌插件,我正在用表格發送電子郵件,但我不知道如何將答案發送到服務器,或者如果可能的話,將答案作為對電子郵件的回復發送到那里,然后它到需要問題的地方,并且在打字時也有建議的地址
<input placeholder="Address">
<br><button class="submit">Submit Address</button>
</form>
uj5u.com熱心網友回復:
使用以下代碼并將某人@example.com 替換為您的電子郵件。
<form action="mailto:[email protected]" method="post" enctype="text/plain">
Address:<br>
<input type="text" name="address"><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/481439.html
