I am a beginner to Android development. I just started making an Android app in which there multiple EditText fields where user would fill in some data and then click a button. On button click I need to send an email using my email address which is GMail (NOT THE END USER'S). So, I searched on internet for this, found a way by using "JavaMail" API. But I had to "Enable access to insecure apps", in Google settings of my GMail address for it to work. I don't want my end users to grant access to their email accounts.
I searched for OAuth2 implementations but all were there for using the end user's account to send email.
Help me to find a way to send email from my own GMail account without enabling insecure apps for my GMail.
If you need any more information let me know.
I searched for OAuth2 implementations but all were there for using the end user's account to send email.
Help me to find a way to send email from my own GMail account without enabling insecure apps for my GMail.
If you need any more information let me know.
No comments:
Post a Comment