Vinayak Bevinakatti
Vinayak Bevinakatti

Reputation: 40503

Android Email application - Is it possible to get all the details which are configured in Email application

Is there any way to get 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.

Upvotes: 3

Views: 949

Answers (2)

john brohan
john brohan

Reputation:

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

Upvotes: 0

Cytown
Cytown

Reputation: 1547

No, that's not accessible by other apps.

Upvotes: 2

Related Questions