PHP Form Mailer
0.0.4
檔案
這個應用程式中使用了PHPMailer
在發送的表單上自動回覆用戶
表單提交時重定向
新增傳送到管理員電子郵件的附件
雷爾皮特
更多幫助
編輯值
User1
發送至表格的電子郵件。
Pass1
到所選電子郵件的應用程式密碼。
將值https://mail.magma-mc.net
編輯為您的網站
<textarea cols="130" rows="30" name="index.html" readonly>
<html lang="en">
<head>
<title>template</title>
<script src="Mail.js"></script>
</head>
<body>
<form id="index" action="https://mail.magma-mc.net" method="POST">
<div class="input-holder">
<input class="input" name="Form[Email]" id="Email" type="email" value="" placeholder="email">
</div>
<div class="input-holder">
<input class="input" name="Form[Message]" id="message" type="text" value="" placeholder="Message">
</div>
<div id="PHP values">
<input name="Form[Message]" id="Message" type="hidden" value="Null">
<input name="Form[subject]" type="hidden" value="Subject Here">
<input name="Form[Admin_Email]" type="hidden" value="[email protected]">
</div>
<button class="button" type="submit" onclick="compile_message()">Sumbit</button>
</form>
</body>
</html>
</textarea>