- 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.
1 Réponse
0
Jayashree M You can use php's mail() function, or the PHPMailer class.
I have created Email form that need to send a mail after form submit is that possible to send directly using PHP code.