Categories

mail function

Carey Burns April 1, 2016
No votes yet.
Please wait...

The mail() function allows you to send emails directly from a script.

The function syntax is the following:

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

where to is a required parameter, it specifies the receiver / receivers of the email;

Subject – specifies the subject of the email, it is also required;

Message is the last required parameter and it defines the message to be sent;

Headers and additional parameters are optional;

Example code for the mail function would look like the following:

mailfunction
Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.