30
Oct
08

Code: SMTP Client

Ever wondered about how to send email directly from your iPhone application? Personally, we’re big fans of the do a POST to your server and have it send the mail for you method on the occasions when we’ve had the task of doing something of that sort, but in case you’d prefer to have your application completely standalone, today we point you at the skpsmtpmessage library newly posted on Google Code:

 

This code implements a quick class for sending one off messages via SMTP on the iPhone. Will probably work under Cocoa on Mac OS X as well.

Simple and to the point. And so is the code!
h/t: iphonesdk!

1 Response to “Code: SMTP Client”


  1. 1 james Dec 9th, 2008 at 4:31 pm

    Sweet, I’ll check this out.

Leave a Reply