I COULD be wrong but wasn't Kurt the guy who posted frequent questions like
this when he was starting off? :)

Jeff
----- Original Message -----
From: "Kurt Lieber" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 12, 2001 5:55 PM
Subject: Re: [PHP] using mail


> Did you RTFM?
>
> http://www.php.net/manual/en/function.mail.php
>
> Just create a variable and input it as an extra header.
>
> $from = "from: [EMAIL PROTECTED]\r\n" ;
>
> mail($to,$subject,$message,$from);
>
> On Monday 12 November 2001 02:41 pm, you wrote:
> > Hello,
> >
> > I am using the mail() function right now to send e-mails.  Is there a
> > way I can dynamically change where it says the e-mail is from?
> >
> > Thanks
> > Brandon
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to