Skip to content

Instantly share code, notes, and snippets.

@mchmielarz
Created May 31, 2019 14:13
Show Gist options
  • Select an option

  • Save mchmielarz/e5fe322dddb06ac37d91579fd64cc592 to your computer and use it in GitHub Desktop.

Select an option

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