mail() and errors
Posted: Mon Apr 28, 2003 8:46 am
Hello,
I've just been trying to get mail to work. and I keep getting :
PHP Warning: mail() [<a href='http://www.php.net/function.mail'>function.mail</a>]: SMTP server response: 550 relaying to <chris@bchdigital.com> prohibited by administrator in c:\apache\apache2\htdocs\feedback.php on line 14, referer: http://localhost/TMP377dze2295.html
As an error. I'm using : mail($to,$re,$msg); to send the message.
my settings in php.ini are:
[mail function]
; For Win32 only.
SMTP = roam.mail.uk.vianw.net
; For Win32 only.
sendmail_from = chris@bchdigital.com
Its a windows platform running apache and php 4.3.1.
If anyone has any idea I would be greatful. I've looked through the previous posts in the forum, and in the manual and can't seen to find an answer.
Cheers
RedRasper
I've just been trying to get mail to work. and I keep getting :
PHP Warning: mail() [<a href='http://www.php.net/function.mail'>function.mail</a>]: SMTP server response: 550 relaying to <chris@bchdigital.com> prohibited by administrator in c:\apache\apache2\htdocs\feedback.php on line 14, referer: http://localhost/TMP377dze2295.html
As an error. I'm using : mail($to,$re,$msg); to send the message.
my settings in php.ini are:
[mail function]
; For Win32 only.
SMTP = roam.mail.uk.vianw.net
; For Win32 only.
sendmail_from = chris@bchdigital.com
Its a windows platform running apache and php 4.3.1.
If anyone has any idea I would be greatful. I've looked through the previous posts in the forum, and in the manual and can't seen to find an answer.
Cheers
RedRasper