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

Reply via email to