According to my requirements, I need to make a form with to take feedback in my android app. While I was searching how to send email, I found this question
Sending Email in Android using JavaMail API without using the default/built-in app
It has a lot of votes, but it has specific feature: password, which is used to be send email, literally hardcoded (as plaintext). Someone left comment about possibility to decompile apk file, but nobody cares.I can't leave credentials to gmail-account in my app.
Is there any other approach to send email without making your account credentials available after decompile?