How to send email in my iOS Application . I have my own designed Contact us Page View .
in my Contact us Page view , i have 2 text fields , 1 text view and 1 Ui Button . After entering the name , email address , message when the user click the send button , the mail have to send to the admin.
How to do this in ioS …. Please any help
Well the experience directly from the phone is usually like this:
If you don’t want that interface to show up then you’ll have to have the email functionality in a server and you simply make an HTTP call to your server with the data you need to be sent.