mail(): SMTP server response: 553 sorry

dellow

Guppy
Hi,
i'm using mail() php function to send mail but this error appear :

PHP Warning: mail(): SMTP server response: 553 sorry, that domain isn't allowed to be relayed thru this MTA (#5.7.1) in D:\.....

what can i change or do to solve this problem>
plz help

accont: halamall.com on Windows server
 
If you use something other than localhost for mailserver, you need to authenticate with an mailbox account and password.
 
thanx,SubSpace

but i'm using mail() function easy as i'm using it in linux servers.

but here i want to know if there are other configurations to use this function.
 
Back
Top