Hi,

I have something like following:

$from = "[EMAIL PROTECTED]";
$email = "[EMAIL PROTECTED]";
$msg = "abcde";

 mail($email, $subj, $msg, $from);

the message sent always has the 'from' line taken from php.ini, not $from,
is there a way to override this ? Thanks.

Frank



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to