Categories

mail function

Carey Burns abril 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
Agregar enlace permanente a marcadores.

Submit a ticket

Si Usted todavía no puede encontrar un tutorial suficiente para arreglar su problema, por favor use el siguiente enlace para enviar un ticket a nuestro equipo de soporte técnico. Nosotros enviaremos nuestra respuesta dentro de próximas 24 horas: Enviar un ticket

Comentarios están cerrados