Re: [PHP] mail help, and php.ini help.

2002-07-06 Thread Alberto Serra
ðÒÉ×ÅÔ! Greg Scotts wrote: > $to # > $from # > $subject # > $message # > mail($to, $from, $subject, $message) It always worked for me... you obviously checked variable content, did you? And I am not sure I got you right. Mail gets sent, it's just the sender address being wrong? > Also, i was

[PHP] mail help, and php.ini help.

2002-07-06 Thread Greg Scotts
i`ve coded a mass-mailer for my site but the $from header doesn't work. when i get a test message back from it it says from "Unprivileged user" = not what i set it to. How would i set it out using the syntax: $to # $from # $subject # $message # mail($to, $from, $subject, $message) _