Hello, I'm probably just being a bit thick, but how exactly do I get the
mail function to work?..
Do I need a sendmail replacement? (I downloaded blat to see if that would
help but can't see that it does.)
------
php.ini
[mail function]
; For Win32 only.
SMTP= mail.totalise.co.uk ; for Win32 only
; For Win32 only.
sendmail_from= [EMAIL PROTECTED] ; for Win32 only
----------
Do I need to have this in?..
; For Unix only. You may supply arguments as well (default:
'sendmail -t -i').
;sendmail_path=
I tried uncommenting the sendmail_path and pointed to c:\windows\blat.exe
Called it from within a php page
mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3");
Got:
Warning: Server Error in C:\Program Files\Apache
Group\Apache\htdocs/email.php on line 11
whether I uncommented the sendmail_path line or not.
Any help appreciated. I'm running Windows 98.
Thanks
Ross
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]