is there any way to send whats in a text view (im trying to make a suggestion box) to my email address?
example
user types in the box ” I think you should add twitter support”
then that is sent in the background to my email address example@gmail.com
then a message is popped up on the screen saying “suggestion sent”
just an example of what i mean
Any ideas, tutorial links would be greatly appreciated guys
Thanks
You can do this in php, asp or many another server side programming language. Depends what your server supports?
Your form action would be a php file that would then process the info sent in the form.
http://php.net/manual/en/function.mail.php