Skip to content
kailoa edited this page Sep 13, 2010 · 6 revisions

iPhone-SMTP is a github fork of SKPSMTPMessage

See the original author’s blog entry on the subject:

http://blog.skorpiostech.com/2009/02/11/skpsmptmessage-economics-of-open-source/

This is not intended to be full SMTP implementation, but rather a simple way of sending emails without the limitations of the mailto: URL handler in the iPhone SDK.

Small list of changes for this fork:

  • hosted on github (for those who prefer it over code.google.com)
  • #define for debug logging
  • expanded sample code GUI
  • example of how to send an inline image attachment
  • output state to the delegate in order to implement a progress bar
  • example of how to save the various fields to preferences
Clone this wiki locally