Challenge Overview
This contest is to create a module which will standardize and simplify the sending of email from Java programs by “hiding” complexity internally and presenting a common, simple API for a Java developer to use in a variety of situations.
The component contains outgoing email manager, some classes to construct email. Outgoing email manager requires logger and email delivery strategy. The component defines interfaces and some implementations for them.
Final Submission Guidelines
N/A