Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mchmielarz
Created May 31, 2019 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mchmielarz/e5fe322dddb06ac37d91579fd64cc592 to your computer and use it in GitHub Desktop.
Save mchmielarz/e5fe322dddb06ac37d91579fd64cc592 to your computer and use it in GitHub Desktop.
public class EmailSender {
public boolean send(String email, String body) {
return doSend(email, body);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment