Got a Windows server with PHP 4.2.3 how do I send mail without an SMTP server?
Sending mail without SMTP
you will need to give the smtp address of your isp
for example my development machine is a win box and in my php.ini i have put the address of the smtp server that i use to collect and send my email from
[mail function]
; For Win32 only.
SMTP = smtp address here
; For Win32 only.
sendmail_from = your email address here
HTH
GM
5 days later
why don't use the standard php function??