On 13 Feb 2002 at 14:40, Rick Emery wrote:

> Renato,
> 
> To send mail, use PHP's mail() function:
> mail($recipient,$subject,$message,$headers);
> 
> You can reference $HTTP_REFERER directly without saying getenv(HTTP_REFERER)

Yeah, and if your mail function is being called within a function, just say:
global $HTTP_REFERER;

Hope that helps.
> 
> -----Original Message-----
> From: Renato Salvatore Moya L. [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 13, 2002 2:34 PM
> To: [EMAIL PROTECTED]; Stalmannen
> Subject: [PHP] Re: mail headers
> Importance: High
> 
> 
> Hi, i'm writte from Chile. If you writte to little php-script for send mail,
> what send you mail ?.
> 
> I question you, because i'm writte a tipical php-script " tell a friend",
> but i have problems with "getenv(HTPP_REFERER)", because send only my https
> fixed.
> 
> Renato.
> 
> Stalmannen ha escrito:
> 
> > Hej!
> >
> > I have a question. I send mail from a php-script with the mail()-function.
> However the smtp server I use has a wrong time set. Can I set the sent-time
> through the headers so I take my web-servers time? and how then?
> > Thankfull for help.
> >
> > /Kalle
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


K E I T H  V A N C E
Web Developer, IT Professional
http://www.vanceconsulting.net
[EMAIL PROTECTED]

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

Reply via email to