Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

  1. Which one of the following function is used to send a e-mail using PHP script?

  2. A.

     mail_send()

    B.

     send_mail()

    C.

     mailrr()

    D.

     mail()

    View Answer

    Workspace

    Answer : Option D

    Explanation :

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


Be The First To Comment