views:

98

answers:

2

Hi all,

I want to prepare the mail interface for show mail and compose same as mail in iphone in my application.

Please suggest me any idea for how I prepare the layout for show mail and compose mail.

Thanks
Deepika

A: 

If you need this to actually let the user send an e-mail, instantiate a MFMailComposeViewController and present it as a modal view controller.

Ole Begemann
Thanks for your reply,but MFMailComposeViewController is not helpful for me because when I use it,it sends mail through email account which is configured on my device. I want to implement own method for it.
Deepika
In that case, a look at the [Three20 framework](http://github.com/facebook/three20) might help you as it contains a class that implements much of Apple's functionality (`TTMessageController`).
Ole Begemann
I m trying to add Three20 framework in my project. After adding Three20 framework, There is one error when I run my project :-CANNOT FIND #import "Three20/Three20.h".How I resolve it ?
Deepika
A: 

Hi Deepika,

Use MFMailComposeViewController to send an Email in your application.

see My Answer Link

Another Link

It will help you.

Pugal Devan