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
Bookmarken den permalink.

Submit a ticket

Sollte Ihre Frage durch die Tutorials nicht ausreichend beantwortet worden sein, benutzen Sie bitte den folgenden Link, um sich an unser Beratungsteam (Support) zu wenden. Wir bieten Ihnen unsere Hilfe und Unterstutzung an. 24 Stunden am Tag, 7 Tage die Woche!
Ticket Einrichten

Kommentare sind geschlossen