Posted by:
scarabaeus
(---.dhcp.gwnt.ga.charter.com)
From that error message, I would surmize that you have not installed a mail server on localhost:25.
But from the information provided, that is just a guess.
As Steven and others have said many times on this fourm:
[
forum.wampserver.com]
Wamp does not natively have a mail server, you need to provide a mail server for sendmail to connect to.
The mail server can be on the same machine as Wamp, in which case the 'localhost at port 25 would be appropriate.
Or it can be elsewhere on your lan, or the internet. (it could even be your ISP, if they allow relaying)
In which case the send mail config should include the IP address or hostname of the machine hosting the mail server.
Think of sendmail like an email client which only sends to the server. You set up sendmail like the email client you use for your normal email communciation.
HTH
regards...