I noticed that when I email myself using my script I get the following line in the header:
mailed-by my.server.name
But if i use regular mail client, this line is not there. Can it be remove when I mail via script?
I think that's in the internal code for PHP, so I don't think you can change that without modding php.
David Federman Network Logistic, Inc. Developer http://networklogistic.com
Try using it as a blank header.
mail($to, $subject, $message, "mailed-by: ");