Hi,
I recently had my systems administrator change the sendmail path in php.ini to /usr/bin/mailx -t -i (mailx is an alias for sendmail). When php was using sendmail directly, it was starting another instance, and took a long time to mail, rather then using the existing daemon. However, now that it's changed, the mail function goes very fast, but I don't get any mail! Any help would be greatly appreciated. Thanks.