Does anyone had success installing a SMTP server on win98 to work with php?
I've tried using "Advanced SMTP SERVER", but don't know exactly how my php.ini should looks like...Now it is this way:
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = example@example.com
But i can't send any e-mail....I went to the program admin and it says when I try to use the mail function: "E-mail failed: Could not resolve domain".
Any tips? Any other smtp server that works??
thanx in advance
Here is the error I get on php page when I try to send an e-mail to example@example.com:
Warning: mail() [function.mail]: SMTP server response: 550 Invalid recipient: example@example.com in C:\Arquivos de programas\Apache Group\Apache2\htdocs\hp\theoneclub\functions.php on line 74