* You are viewing Posts Tagged ‘iPhone’

Sending mail with attachment from iPhone Application

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