Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Mail function PHP

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 121
    Comment on it

    PHP provides us a predefined function named as mail() for sending mails.


    Syntax:

    mail(to,subject,message,headers,parameters);
    

    Ex:-

    $mail_msg = "This is my test mail";
    mail("abc@gmail.com","My subject",$mail_msg); // Sent mail
    

    Output: You will get a mail on given mail id with set message and subject

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: