Skip to content

Commit 125a76f

Browse files
Update README.md
1 parent aebc2cf commit 125a76f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# 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

0 commit comments

Comments
 (0)