Does anyone have mail() working with postcast. I've got Apache running on NT4 (server), I'm also using PHP 4.04 - both of these have proved to be very stable and have been in use of months.
I wanted a means for web site users to be e-mailed when they fill in forms so I installed Postcast which e-mails out just fine, both on the webserver and via e-mail tools over the LAN. However, in php, when I use the mail function the browser returns: - Warning: Unknown error in (the calling script).
Anyone know why this would be? I've tried editing php.ini but from what I can see the default settings should work e.g SMTP defaults to localhost and sendmail_from has a valid e-mail address in it 🙁
Thanks for any help.
Chris