
April 4th, 2000, 04:34 PM
|
|
Junior Member
|
|
Join Date: Apr 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi!
I have a slight problem with the mail() function in PHP. So far, everything works fine, except that my webhost seems to wrap around an ID (looks like postmaster+1234@nowhere.com) and puts the contents of the message generated in the message body.
I would not mind too much except that this forced envelope does not show any Subject: line (also in the body).
My question: Is this a known problem, or am I using mail() incorrectly by the following source code
mail("$addresses[$index]","$Subject","$Body","From: $FromnReply-To: $From");
I would at least like to get a Subject: line in the header.
Any help is appreciated. Thanks!
Markus
|