From: "Sonya Davey / QDCEL" <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 10:55 AM


> 1.What must I configure thse settings in my php.ini file to?
> SMTP = localhost
> sendmail_from = [EMAIL PROTECTED]

SMTP must be set to the address of a SMTP-server (Simple Mail Transfer
Protocol) - that is a server through which you can send mail. If this
Windows98 machine of yours is your personal and you connect to the internet
through a dialup connection, try to use the same server which is specified
in your mail-program.

It is because of this setting that your code fails to execute. It tries to
connect to a SMTP service on "localhost" which is your own machine.
Windows98 doesn't have a SMTP-service installed per default.

- Carsten




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to