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