Which one of the following function is used to send an email using PHP script?
Which one of the following function is used to send an email using PHP script? Correct Answer mail()
The function mail() allows you to send emails directly from a script. Using mail(string to, string subject, string message), you can send any mail.