hello..
i've been trying to use IIS to relay email.
In my php.ini I have set the SMTP server as localhost and the port as 25, and have filled in the email address that I want to send from.
but it always return error like this:
Warning: mail(): SMTP server response: 564 <eg:aaa@hotmail.com>: Relay access denied in
<folder name> on line 8
Why is it like this? and how can I solve this?
I don't know how to relay email any other way.
thanx