Anand's programming Blog

Thoughts and comments on Java software development.

Saturday, January 08, 2005

Mock SMTP server for Java emails

Ever got stuck with IT guys for having setup the SMTP server so that you can start testing your java application which has to deal with the emails. Now no more.... I happened to see a good tool which will mock the SMTP server. Its called Dumpster. It understands the SMTP protocol and does everything until the email has to be delivered. Email is cached so if you see it in cache consider that it should have been recieved by the user.


Here is the link:

Mock SMTP server

2 Comments:

  • At 7:05 AM, Blogger slith said…

    Anup is wrong, it IS called Dumbster.

     
  • At 12:21 AM, Blogger Bogdan Gusiev said…

    We used <a href="http://mailtrap.io>Mailtrap</a> web service.

    It give you remote smtp server account and direct access to all mails in it.

     

Post a Comment

<< Home