Jump to content
xisto Community

juctuck

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. 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]])
×
×
  • 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.