+ 2
In HTML how can I send form details filled by me to my email via submit button?
2 Respuestas
+ 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/
+ 12
https://github.com/PHPMailer/PHPMailer