I'm sure my troubles are newbies ones. But after trying different solutions and workarounds for different hours, I think it would be adequate to ask the forum here.
I try to send html - email from php 3 installed on a win2k machine with apache. I don't succeed in calling i.e. the following code:
<?php
mail("gerald@zukrigl.at", "The Subject", "message body");
?>
But all what happens is that the php - interpreter hangs.
The settings in my php3.ini file in c:\winnt
[mail function]
SMTP = 127.0.0.1 ;for win32 only
sendmail_from = gerald@zukrigl.at ;for win32 only
sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t)
Can anybody tell me which setting is wrong or which tricky workaround I could use.