Q. Which method is used to send email in PHP?
β
Correct Answer: (A)
mail()
Explanation: PHP provides the mail() function to send emails.