https://github.com/sabo99/javamail-apis
Java Mail APIs for Android Studio with Kotlin & Java
https://github.com/sabo99/javamail-apis
android-studio java javamail-api javamailsender kotlin
Last synced: about 2 months ago
JSON representation
Java Mail APIs for Android Studio with Kotlin & Java
- Host: GitHub
- URL: https://github.com/sabo99/javamail-apis
- Owner: sabo99
- Created: 2021-12-04T05:24:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T09:53:54.000Z (over 4 years ago)
- Last Synced: 2025-03-04T12:24:05.940Z (over 1 year ago)
- Topics: android-studio, java, javamail-api, javamailsender, kotlin
- Language: Kotlin
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Mail APIs for Android *Kotlin* or *Java*
Java Mail Sender Android with Kotlin & Java
### **Feature App** :
- **API JavaMail** (_Gmail Sender Message_)
## **Important!**
### Config Google Account
- Make sure not to use **private email**
- Go To `Google Account`
- Go To **`Security`**
- Turn off **`2-Step Verification`**
- Turn off **`Less secure app access`**
### Config JavaMail APIs
In the file `Credentials.kt` change the following line with the email that will be used as Sender
```kotlin
object Credentials {
const val EMAIL_SENDER = "your_email"
const val PASSWORD_SENDER = "your_password"
}
```