An open API service indexing awesome lists of open source software.

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

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"
}
```