In HTML how can I send form details filled by me to my email via submit button? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

In HTML how can I send form details filled by me to my email via submit button?

23rd May 2018, 7:48 AM
Sarthak Vishwakarma
Sarthak Vishwakarma - avatar
2 Answers
+ 1
There's no way to send email only using HTML form. it's just an structure. you've to use any programming language to complete the back end process. like: PHP / Python to send your form details to your email. http://www.freecontactform.com/email_form.php https://www.formget.com/send-an-email-on-form-submission-using-php/
23rd May 2018, 8:01 AM
SOLEYMAN
SOLEYMAN - avatar
+ 12
https://github.com/PHPMailer/PHPMailer
23rd May 2018, 8:55 AM
Toni Isotalo
Toni Isotalo - avatar