Jump to content
xisto Community
Sign in to follow this  
juctuck

Php Mail Tutorial PHP MAIL TUTOR

Recommended Posts

This is mail function for PHP in its simplest form: Code: mail ( string to, string subject, string message) The arguments are strings. So that using it might look like: Code: mail ( ?to@emailaddress.com?, ?This is my subject line?, ?This is my message. \n The \n to the left of this text makes a new line?) You can send additional arguments to the function including additional headers and parameters. ie: Code: mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]])

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.