how to send submitted html form to email???? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

how to send submitted html form to email????

19th Jun 2016, 4:28 AM
Ghanshyam Upadhyay
Ghanshyam Upadhyay - avatar
8 Respostas
+ 2
I believe you'll need a server-side script like PHP and probably a database to handle and process the submitted data.
19th Jun 2016, 4:49 AM
ZinC
ZinC - avatar
+ 1
don't understand. say clearly
19th Jun 2016, 4:31 AM
Rindi Hasan
Rindi Hasan - avatar
+ 1
when user fill form and click on submit then how to send that data to specific email address/user emails
19th Jun 2016, 4:35 AM
Ghanshyam Upadhyay
Ghanshyam Upadhyay - avatar
+ 1
like as some websites send confirmation emails and some input data
19th Jun 2016, 4:36 AM
Ghanshyam Upadhyay
Ghanshyam Upadhyay - avatar
+ 1
you need php to Handel the form submission and SQL to handle user database information. Remeber people must be able to unsubscribe from regular or repeated email campaigns.
23rd Jun 2016, 12:29 PM
josh mizzi
josh mizzi - avatar
+ 1
you have to specify somethings that the user has to fill such as the sender, the reciever, the subject and the body of the email. then send it through mail(); function Note: it doesn't work on localhost.. you have to try it online
2nd Jul 2016, 3:36 AM
Mohammed Osama El-Morsy
Mohammed Osama El-Morsy - avatar
0
you can use php or aspx to retreive the form data, then create an smtp object, configure and fill it and then send it to a mail account,
19th Jun 2016, 7:59 AM
Juan Miguel Mendoza LĆ³pez
Juan Miguel Mendoza LĆ³pez - avatar
0
thank you
19th Jun 2016, 11:07 AM
Ghanshyam Upadhyay
Ghanshyam Upadhyay - avatar