Why my HTML forum is not sending any message to my gmail ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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.

26th Jan 2019, 9:02 AM
Vaibhav Yadav
Vaibhav Yadav - avatar
5 Réponses
+ 2
Can you share your source code via code playground
26th Jan 2019, 9:25 AM
Maneren
Maneren - avatar
+ 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
26th Jan 2019, 9:34 AM
Maneren
Maneren - avatar
+ 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>
26th Jan 2019, 9:29 AM
Vaibhav Yadav
Vaibhav Yadav - avatar
+ 1
I have installed this aap just today ,I am sorry but I don't know a lot about it .
26th Jan 2019, 9:32 AM
Vaibhav Yadav
Vaibhav Yadav - avatar
+ 1
Thanks you soo much bro
27th Jan 2019, 2:38 PM
Vaibhav Yadav
Vaibhav Yadav - avatar