0
Why my HTML forum is not sending any message to my gmail ?
Helloooo, I have created a forum with HTML but whenever I try to send a message it shows that "error unknown sources" and it doesn't send any message to my gmail account. What can I do ? Please help.
5 Antworten
+ 2
Can you share your source code via code playground
+ 2
Go to '{}' section, there click on '+' button on bottom, select web, paste your code, save, go to post, click on three dots in corner, select edit, next to save button is insert... there select insert code, go to my codes section select the code, click on done then on save
+ 1
<HTML>
<BODY>
<form
action="mailto:vaibhavy755@gmail.com"
method="POST" enctype="multipart/form-data" name="GmailTestForm">
Your Name: <br> <input type="text" size="20" name="VisitorName"><br><br>
Your Comment: <br> <textarea name="VisitorComment" rows="4" cols="20"> </textarea><br><br>
<input type="submit" value="SUBMIT">
<input type="blank" value="null">
</form>
</BODY>
</HTML>
+ 1
I have installed this aap just today ,I am sorry but I don't know a lot about it .
+ 1
Thanks you soo much bro