when i use the mail() function to send an e-mail to an adress outside of my domain (i.e. hotmail, yahoo, cablered.net.mx, etc) i get this:
Warning: mail() [function.mail]: SMTP server response: 550 Relaying is prohibited
this is (obviously) in a php script, i am running windows 98 and have microsoft personal web server and exchange
the source e-mail adress and smtp server are correctly configured in php.ini
i read somewhere that it´s because my server won´t allow "3rd" party e-mails to be sent, is this the cause? how can i solve this?
thank you all in advance...