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

Reply via email to