Skip to content

Instantly share code, notes, and snippets.

@avarabyeu
Created July 24, 2014 17:20
Show Gist options
  • Save avarabyeu/a823dd8460da18460557 to your computer and use it in GitHub Desktop.
Save avarabyeu/a823dd8460da18460557 to your computer and use it in GitHub Desktop.
[smarttested] Email Interface
public class Email {
private String from;
private String to;
private String subject;
private String body;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment