Skip to content

Instantly share code, notes, and snippets.

@mrnirva
Last active May 27, 2020 04:27
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 mrnirva/19d9787c553b0a48250f8eacceb0943f to your computer and use it in GitHub Desktop.
Save mrnirva/19d9787c553b0a48250f8eacceb0943f to your computer and use it in GitHub Desktop.
// MailGonderici nesnemizi oluşturduğumuz kısım
MailGonderici mg = new MailGonderici(MainActivity.this, "alici_mail_adresi@gmail.com", "Konu", "Bu bir denemedir!");
// Mail Gönderme işlemini başlattığımız nokta
mg.execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment