views:

28

answers:

3

I'm developing an application that requires testing email.

I'm currently using wampserver, but it doesn't come with a mail server and setting one up has been a pain.

Also if I use an external mail server like yahoo, I run into issues because wamp doesn't come with SSL which yahoo's mail server requires.

So I'm trying to save myself from all this headache. I'm looking for a new development environment that comes "out of the box" with a mailserver and open SSL. Clearly that's not wampserver2. What does?

A: 

Pretty much any reasonably popular Linux distro has these built-in.

Ignacio Vazquez-Abrams
wampserver2 is not a Linux distro.
Ignacio Vazquez-Abrams
A: 

As already said in your other question, XAMPP does.

Pekka
A: 

As i said in another question - settle fake GMail account and use PHPMailer.

http://phpmailer.worxware.com/index.php?pg=exampleagmail

Tomasz Kowalczyk