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