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

Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *