Re: [PHP] Where does the sendmail() function come from?

2009-02-05 Thread Per Jessen
Richard Heyes wrote:

 A while back someone mentioned that I could use the sendmail()
 function like this:

 sendmail(envelope-from,envelope-to,mailtext)

 I'm now in the process of moving a site to a new webserver, and for
 some reason I haven't got a sendmail() any more.  I can't find a
 reference to it in the manual, so where does it come from?
 
 Presumably it's either undocumented or user defined.
 get_defined_functions() will help you in determining that.

Thanks Richard - it was my _own_ function . think I shouldve stayed
in bed today.


/Per

-- 
Per Jessen, Zürich (5.43°C)


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



Re: [PHP] Where does the sendmail() function come from?

2009-02-05 Thread Richard Heyes
Hi,

 A while back someone mentioned that I could use the sendmail() function
 like this:

 sendmail(envelope-from,envelope-to,mailtext)

 I'm now in the process of moving a site to a new webserver, and for some
 reason I haven't got a sendmail() any more.  I can't find a reference
 to it in the manual, so where does it come from?

Presumably it's either undocumented or user defined.
get_defined_functions() will help you in determining that.

-- 
Richard Heyes

HTML5 Canvas graphing for Firefox, Chrome, Opera and Safari:
http://www.rgraph.org (Updated January 31st)

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



Re: [PHP] Where does the sendmail() function come from?

2009-02-05 Thread Richard Heyes
 think I shouldve stayed
 in bed today.

I feel like that most days...

-- 
Richard Heyes

HTML5 Canvas graphing for Firefox, Chrome, Opera and Safari:
http://www.rgraph.org (Updated January 31st)

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