Skip to content

Java Mail APIs for Android Studio with Kotlin & Java

Notifications You must be signed in to change notification settings

sabo99/JavaMail-APIs

Repository files navigation

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

object Credentials {
    const val EMAIL_SENDER = "your_email"
    const val PASSWORD_SENDER = "your_password"
}

About

Java Mail APIs for Android Studio with Kotlin & Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published