PDA

View Full Version : please help im out of ideas


a43079
Sat 10th Jan '04, 10:42pm
can some one help please my server is not sending uot email for some reason i am using

vb rc2
php 4.3.2
apachi 2.48
msql
windows xp
ismail server ver 2.1.4
they are all installed and i get this error when in try to send emails from the board

my php.ini shows

[mail function]
; For Win32 only.
SMTP = localhost ; for Win32 only

; For Win32 only.
sendmail_from = webmaster@localhost ; for Win32 only

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =


it worked before but i had a hdd crash and had to redo the server and now i cant get it to send mail out..

if anyone can help please i am out of ideas

ERROR below




SMTP: localhost sendmail_from: webmaster@localhost sendmail_path: None
Results The mailing function returned an error while trying to send the mail. The following errors were outputted by PHP when attempting to send mail:


Warning: mail(): SMTP server response: 451 Request action aborted; local processing error in C:\Program Files\Apache Group\Apache2\htdocs\forums\admincp\diagnostic.php on line 240
Check your mail server to ensure it is configured correctly to allow PHP to send mail from it. You should also check your mail server's error log for more diagnostic information

Raz Meister
Sun 11th Jan '04, 12:11pm
Make sure your SMTP is bound to localhost

a43079
Tue 13th Jan '04, 3:16am
ok it is now sending out emails but will not make it to hotmail or yahoo and suggestions

Steve Machol
Tue 13th Jan '04, 2:48pm
You will need to view the mail logs on the server to see what happened to those emails. Once vB sends it to PHP it's in the hands of the server. If you are on a shared server you may need to ask your host to look through the logs for you.

For what it's worth I get a lot of bounced emails from people who's mail boxes are full, 'unavailable' or over quota. This is a particular problem with hotmail and yahoo accounts. Unless you are on a dedicated server and can set where these bounce messages go, you will never see them. The mail logs will have a record of these though.