Hello,
I have a Linux box running apache w/ php on a windows network.
I'm trying to send out emails through my Exchange server but all I receive is the following error:
"Recipient names must be specified"
I can't find anything in the exchange log.
As a test I tried to telnet from the linux box to the SMTP server and it worked fine.
php.ini
[mail function]
; For Win32 only.
SMTP = 192.168.240.7
smtp_port = 25
mail('dfr@mydomain.org', 'test email', 'This is a test');
Any suggestions would be greatly appreciated.
Thanks