> Am I correct in
> assuming that the SMTP and sendmail_from variables are only relevant
> for webservers on windows hosts and all I need to be concerned with
> is sendmail_path?

Yes, that is correct. Did you check for existence of /usr/sbin/sendmail?
Sendmail often resides in /usr/lib/sendmail, so you could check that. Try
file_exists, or open a pipe with popen.

Grtz Erwin



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

Reply via email to