File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# JavaMail_Android
2
- Integrating JavaMail in Android for sending emails using SMTP (Simple Mail Transfer Protocol)
2
+ > Integrating JavaMail in Android for sending emails using SMTP (Simple Mail Transfer Protocol)
3
+
4
+ This is a sample Android project which uses JAVAMAIL APIs in Android for sending Emails directly from the app using SMTP Servers.
5
+
6
+ ## Usage example
7
+
8
+ Clone the project and open it in Android Studio.
9
+ Open "MainActivity.java" and replace all the Hardcoded Placeholder Strings with correct data.
10
+ :) You're ready to go for the build and use for further development
11
+
12
+ ## Meta
13
+
14
+ Gajendra Singh Rathore – [ @gsrathoreniks ] ( https://github.com/gsrathoreniks )
15
+
16
+ ## Contributing
17
+
18
+ 1 . Fork it (< https://github.com/gsrathoreniks/JavaMail_Android/fork > )
19
+ 2 . Create your feature branch (` git checkout -b NEW_BRANCH_NAME ` )
20
+ 3 . Commit your changes (` git commit -am 'Added XYZ feature' ` )
21
+ 4 . Push to the branch (` git push origin NEW_BRANCH_NAME ` )
22
+ 5 . Create a new Pull Request
23
+ 6 . Show some ❤️, Thanks
You can’t perform that action at this time.
0 commit comments