swimkleptz72
New Member
- Messages
- 8
- Reaction score
- 0
- Points
- 0
I am using the mail() function in PHP to send an automatic response. I have used this form in the past but now it generates a file with a filename of "-1" in which it appends a line like the following:
mail() on[PHP file that called the mail() function:line number]: To: [email address] -- Headers: From: [email address]
the PHP file is the full path to the .php file and the email addresses are the to and from respectively. It appears that the email responses are sent OK and this is some type of send tracking?? New functionality?? Just wondering since the -1 seem to be an error like indication. Just wondering if anybody had ideas.
-Thanks
mail() on[PHP file that called the mail() function:line number]: To: [email address] -- Headers: From: [email address]
the PHP file is the full path to the .php file and the email addresses are the to and from respectively. It appears that the email responses are sent OK and this is some type of send tracking?? New functionality?? Just wondering since the -1 seem to be an error like indication. Just wondering if anybody had ideas.
-Thanks