Topic: WAMP's SMTP problem

WAMP doesn't come with SMTP hence we'll get errors while using PHP mail () function

Is there any alternate for this ?

Vote up Vote down

Re: WAMP's SMTP problem

You can configure WAMP to use your ISP's outgoing mail server .. this is usually set up when you first install WAMP.

That said, WAMP is designed to be a development environment ... not for production. So I don't think having an SMTP server built in, is a problem for most.

To test your use of the mail() function can just as easily be done on your live server.

Stefan

Practical web design training videos: KillerSites University

Vote up Vote down

Re: WAMP's SMTP problem

There have been several threads in the PHP forum on this recently...

http://www.killersites.com/forums/topic … on-on-mai/

Benjamin Falk | Falken Creative : Twitter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter

Vote up Vote down