Q. Which of the following function is used to send email using PHP? (A) mail() (B) send_mail() (C) email() (D) send() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) mail() Explanation: mail() is used to send emails in PHP.