Page 2 of 2

Posted: Sun Feb 20, 2005 9:01 pm
by Chris Corbyn
He's already tried setting up his smtp to his isp cos he doesn't run his own smtp....

Posted: Sun Feb 20, 2005 9:02 pm
by C_Calav
hey,

it is C:\WINNT\php.ini im just having a look around. what am i looking out for exactly?

thanx

Posted: Sun Feb 20, 2005 9:21 pm
by C_Calav
im at work, and we do have a smtp server here.

is that any help?

Posted: Mon Feb 21, 2005 5:29 am
by Chris Corbyn
It appears that your ini file hasn't been edited correctly. Does it still show the settings you defined when you go and look at it again?

If it does... carry on reading the next lines below it and make sure SMTP= does not appear anywhere again and sendmail_from= doesn't either because it could just be that you have them getting wiped out by blank values further on in the ini. What platform are you on and what is your http server?

NOTE: This wouldn't be advisable but should work... if you go the bottom of the [mail function] section and just add the last 3 lines as
SMTP=your.smtpserver.com
smtp_port=25
sendmail_from=youremail@yourdoamin.com
That should just overwrite any that were defined (or blank) above it.

If that works I'd have a look and see where the problem is :-)

Hope you get there in the end :wink: