Sending mail with attachment from iPhone Application
sergeo
June 02, 2010
Smartphone Application Development
No Comments
Tags: addAttachmentData, data as csv, iPhone, MFMailComposeViewController, mimeType, send mail
iPhone applications dealing with data (Budgets, Sales, etc.) are much more useful when we can send the data through mail. The data collected can be moved to a central location and used by other people or applications.
The iPhone SDK has provided developers with the MFMailComposeViewController class, which can be used to display a standard interface that manages the editing and sending of an email message. This UI will have the facilities to add recipient mail ids in To, Cc or Bcc. There are options to specify the subject line and type in the content of the … Continue Reading