Skip to content

A simple SMTP server with a web interface. This application is implemented using Java Servlets, embedded Derby database and JQuery and is packaged into a single jar file along with Winstone web server. The main purpose of this application is to facilitate testing of applications that sends emails without having to worry about getting valid uniqu…

Notifications You must be signed in to change notification settings

vishuv/Java-SMTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java-SMTP-Server

A simple SMTP server with a web interface. This application is implemented using Java Servlets, embedded Derby database and JQuery and is packaged into a single jar file along with Winstone web server. The main purpose of this application is to facilitate testing of applications that sends emails without having to worry about getting valid unique email addresses for each and every user in the system.

The source code is available in Winstone.jar/embedded.war

Use the following to run the project

java -jar winstone.jar --useJasper --javaHome=$JAVA_HOME

About

A simple SMTP server with a web interface. This application is implemented using Java Servlets, embedded Derby database and JQuery and is packaged into a single jar file along with Winstone web server. The main purpose of this application is to facilitate testing of applications that sends emails without having to worry about getting valid uniqu…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages