Examveda
Examveda

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()

Answer: Option D

Solution(By Examveda Team)

mail(string to, string subject, string message,) using this you can send any mail.

This Question Belongs to PHP >> PHP Networking

Join The Discussion

Related Questions on PHP Networking