Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 895 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 895 Bytes

JavaMail_Android

Integrating JavaMail in Android for sending emails using SMTP (Simple Mail Transfer Protocol)

This is a sample Android project which uses JAVAMAIL APIs in Android for sending Emails directly from the app using SMTP Servers.

Usage example

Clone the project and open it in Android Studio. Open "MainActivity.java" and replace all the Hardcoded Placeholder Strings with correct data. :) You're ready to go for the build and use for further development

Meta

Gajendra Singh Rathore – @gsrathoreniks

Contributing

  1. Fork it (https://github.com/gsrathoreniks/JavaMail_Android/fork)
  2. Create your feature branch (git checkout -b NEW_BRANCH_NAME)
  3. Commit your changes (git commit -am 'Added XYZ feature')
  4. Push to the branch (git push origin NEW_BRANCH_NAME)
  5. Create a new Pull Request
  6. Show some ❤️, Thanks