Q. Which PHP function is used to send an email?
β
Correct Answer: (C)
mail()
Explanation: mail() is used to send emails in PHP.
Explanation: mail() is used to send emails in PHP.