Ive created the UI design for a "request form" in which the user enters their request for a specific song. Id like the user's request to be sent to my email, but the user wouldn't have to use their own email, theyd just have to enter the details and click the button whcih would then sen m the request. Is this possible? If it is how can i apply this. if not then is there another way? Thank You
Asked
Active
Viewed 32 times
0
-
Check this out: https://stackoverflow.com/questions/25136025/sending-mail-in-android-without-intents-using-smtp – Nanev Oct 25 '17 at 13:57
-
1yes its possible. best way is to create an app with a backend (firebase) and just save the information from the form submission to firebase. then you, since your the admin, will get a notification, click it, you are deeplinked ino your app with a list of messages. – letsCode Oct 25 '17 at 13:57