Page 1 of 1

Problem with mail() argosoft mailserver

Posted: Fri Feb 21, 2003 2:19 pm
by senthil
Hi,

I use apache/php4.3 on windows. I downloaded argosoft mail server to use with mail() function. But when I tried using mail() it says the waring 'SMTP server response: 550 User not local'. ( i was connected to the internet) Anyone know how to solve this problem.

This the configuration I have in my php.ini

; For Win32 only.
SMTP = localhost

; For Win32 only.
sendmail_from = me@localhost.com

I did not change anything in argosoft mail sever options.

Thank you
senthil

Posted: Sat Feb 22, 2003 6:19 am
by twigletmac
Have you tried putting the mail servers name or IP address instead of localhost?

Mac