How to send mail using PHP form code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 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 Answer
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