rasheedamir / generator-jhipster

Hipster stack for Java developers. Yeoman + Maven + Spring + AngularJS in one handy generator.
http://jhipster.github.io
Other
0 stars 0 forks source link

Add Wiser #7

Open rasheedamir opened 9 years ago

rasheedamir commented 9 years ago

Wiser is a simple SMTP server that you can use for unit testing applications that send mail.

https://code.google.com/p/subethasmtp/wiki/Wiser

rasheedamir commented 9 years ago

Good example to follow and implement: http://digitalsanctum.com/2011/04/21/how-to-test-java-mail-without-a-server/

rasheedamir commented 9 years ago

If you have an app that sends email and you want to test it without a mail server. then the solution involves using the Spring framework and an open source library called subethasmtp, a server-side SMTP library for Java.