How to send mail using PHP form code? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 1

How to send mail using PHP form code?

I have created Email form that need to send a mail after form submit is that possible to send directly using PHP code.

17th Jan 2022, 12:35 PM
Jayashree M
1 Resposta
0
Jayashree M You can use php's mail() function, or the PHPMailer class.
19th Jan 2022, 10:38 PM
Benjamin Rogers
Benjamin Rogers - avatar