hi,
When i try to send email from local host. i changed my SMTP=localhost to my SMTP mail server name in php.ini file.i got an error like this:
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 relaying denied in C:\wamp\www\gan g\core\class_ma iler.php on line 189
please suggest a good solution to recover this error.
the class_mailer php script is attached along with this.
When i try to send email from local host. i changed my SMTP=localhost to my SMTP mail server name in php.ini file.i got an error like this:
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 relaying denied in C:\wamp\www\gan g\core\class_ma iler.php on line 189
please suggest a good solution to recover this error.
the class_mailer php script is attached along with this.
Comment