I want to create an app that have 5 textfield and a textView:
1 - Name
2 - Surname
3 - Telephone
4 - "your email" (user email, not address email receiver)
5 - city
6 - textView (for body mail)
So, when I filled all textView I want to send this message at an address mail that is set in the code.
I'll compose mail as this example:
mail from: "name" "surmane"
email: "yuor email"
telephone: "telephone"
city: "city"
bosy: "textview content""
But it's not my problem; my problem is that I don't want to use app mail iphone, but I want that when I push a button "send", I want to show just an alertView that say "email sent"; is it possible ?