Which one of the following function is used to send a e-mail using PHP script?
A
mail_send()
B
send_mail()
C
mailrr()
D
mail()
Correct Answer: mail()
mail(string to, string subject, string message,) using this you can send any mail.