Hi,
I have been trying to get mail sending from my test server (win2K, running Apache1.3.27, php4.2.3) but just get error:-
Warning: Failed to Receive in c:\phpdev\ on line 2
My php.ini has been amended to show the right bits:-
[tt]
[mail function]
; For Win32 only.
SMTP = relay.plus.net
; For Win32 only.
sendmail_from = me@here.co.uk
[/tt]
and am using a simple test script:-
[tt]
<?php
mail ('them@there.co.uk', 'No need for reply -- PHP test!', 'Can you se me?\nLine 2\n');
?>[/tt]
Can anyone help?
thanks
squidster
I have been trying to get mail sending from my test server (win2K, running Apache1.3.27, php4.2.3) but just get error:-
Warning: Failed to Receive in c:\phpdev\ on line 2
My php.ini has been amended to show the right bits:-
[tt]
[mail function]
; For Win32 only.
SMTP = relay.plus.net
; For Win32 only.
sendmail_from = me@here.co.uk
[/tt]
and am using a simple test script:-
[tt]
<?php
mail ('them@there.co.uk', 'No need for reply -- PHP test!', 'Can you se me?\nLine 2\n');
?>[/tt]
Can anyone help?
thanks
squidster