Shouldn't this work in PHP 4.3.2? ...

    mail('[EMAIL PROTECTED]', 'Subject', 'Body of email');

This very simple use of the mail command produces an error by Sendmail:
"dsn=5.6.0, stat=Data format error," which must mean there is a bug in this
function. Does anyone know why this won't work anymore and if there is a
fix?? I've been trying for two days to get this fixed, but, no luck at all.

My setup: RedHat Linux ES 3.0, Apache 2.0.46, PHP 4.3.2, MySQL 3.23.58, and
Sendmail 8.12.10.

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

Reply via email to