Android Email application - Is it possible to get all the details which are configured in Email application
Is there any way to ge开发者_开发技巧t in the code:
Email id Password SMTP host SMTP port
which the user used to setup his Email account with the Android built in Email application
Required because, I am written a MailSender class using JavaMail API there I need to send the mail using the details what user configured in Built in Android Email application.
No, that's not accessible by other apps.
I've tried using a valid gmail account and password, and it seems to work. check Sending Email in Android using JavaMail API without using the default/built-in app
精彩评论