|
Project Information
|
The server was written to serve as a testing email server. It will accept email to ANY address at ANY domain and deliver it the user admin@example.com if a proper mailbox does not exists. This is handy when you are writing code that sends out emails, and you want to make sure they go out properly. Just setup your favorite pop3 client to check mail from this server via localhost and you will see exactly what the recipient would see. This project is slight modification of Erig Daugherty's Java Email Server which can be found here: http://www.ericdaugherty.com/java/mailserver/ Running
C:\bin\hstart\hstart.exe /NOCONSOLE /D="C:\bin\jes-catch-all\bin" /TITLE="Java Email Server" /ERRMSG="An error occurred while starting the server" "C:\bin\jes-catch-all\bin\mail.bat" Default User
Changes
Error Testing
|