I’ve created a contact us form. I followed this tutorial: http://mobile.tutsplus.com/tutorials/android/android-sdk-creating-forms/
The tutorial is cut short though. So I’ve done everything, it gathers the information once a user hits the submit button.
Can anyone fill me in with the rest? How do I get the data sent my email address?
Thanks in advance, really appreciate the help! Bit annoying after getting everything else.
I’m not an Android developer, but the principles apply everwhere.
You need to use an SMTP client that connects to an SMTP server to send the mail.
Take a look at this Q&A for an example of how to do this: Sending Email in Android using JavaMail API without using the default/built-in app