php form email notification and csv actions

  • Thread starter Thread starter Anonymous
  • Start date Start date
have a look at php.net/mail for the proper syntax.

mail(to,subject,message,headers)
The first three are mandatory.

anything with a bracket "[ ]" in the arguments is optional.

However, I suggest that you do a little reading on this, and set your headers correctly. Otherwise most mass mailer spam detection might catch it and filter it into the file 13.

cheers
 
Back
Top