java - Create Feedback Form in android -


i creating feedback form in app.

this want :

when user fills feedback form , clicks on submit button, user information sent email address without asking user log his/her account i.e. user can send feedback without our email credentials. possible?

if yes please give hint.

check answer below sending smtp messages (e-mails) in java. can set credentials sender account inside code here, won't need credentials user.

https://stackoverflow.com/a/73649/2086735


Comments