Jump to content

Windows mail server


OrganizedFellow
 Share

Recommended Posts

I never really NEEDED a localhost mail server. I still don't really need one, but it would be handy to have for the occasional PHP script that sends out an email: testing 'Forgot Password', join a mailing list confirmation, etc. 

What's recommended by those of you developing locally?

I'm looking for simple, easy to set up, little configuration.

I had one last year, but because it was rarely used, I uninstalled it. 

[Windows 7 Ultimate 64bit 4GB RAM | localhost server = UniformServer 8.8.3]

Link to comment
Share on other sites

I use and love HamsterPlayGround

it is small and lightwight and use own scripts that let you do everything you can think of with mails: PlayGround :lol:

But if you don't want play, only need one quick up and ready, you may look here: http://www.janaserver.de/start.php?lang=en

JanaServer comes with HTTP, HTTPS, Proxy, SMTP, POP3, IMAP, DNS servers, but you can configure it to run none, one or any number of them. Not fancy but stable.

  • Like 1
Link to comment
Share on other sites

  • 3 months later...

http://papercut.codeplex.com/
http://www.xmailserver.org/
http://www.mailenable.com/standard_edition.asp
http://www.softstack.com/freesmtp.html

Is it for local testing or do you really want to send out emails ?

If it is for local testing then no problem.

  1. Download Papercut.
  2. Run Papercut, while running it sits in your tray.
  3. Configure your application's smtp host to the machine running Papercut.
  4. Watch Papercut receive the emails and view the contents.
  5. When you are done. Close Papercut.


But when want to really send out emails from your own local email server then you need to prepare yourself.

I have used local smtp servers to help out tourists on their laptops. Tourists not using webmail but their own mail client like outlook express or thunderbird can receive their emails but not send them. Their isp in their country only allows sending emails when at home but not from a foreign country. It's flagged as spam and for protecting their smtp servers against free use by everybody. In your case you need to overcome blocked port 25, blocked email relaying and refused domains when the email address holds a different domain then your isp that connects you to the internet. You can by using email authentification or use port 465

diagnosis: http://www.mxtoolbox.com/
http://smtp4dev.codeplex.com/
http://nilhcem.github.io/FakeSMTP/
http://www.timewarptechnologies.com/node/191

  • Like 1
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...