Q8
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()
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
mail(string to, string subject, string message,) using this you can send any mail.