Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which one of the following function is used to send an email using PHP script?

a) mail_send()
b) send_mail()
c) mailrr()
d) mail()

Answer: d
Explanation: 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.

Join The Discussion