Q. Which function is used to send an email using PHP? (A) mail() (B) sendmail() (C) email() (D) phpmail() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) mail() Explanation: The mail() function is used to send email from a PHP script.