Problem with mail() argosoft mailserver

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
senthil
Forum Newbie
Posts: 12
Joined: Wed Jan 15, 2003 6:42 pm

Problem with mail() argosoft mailserver

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you tried putting the mail servers name or IP address instead of localhost?

Mac
Post Reply