On Oct 15, 2009, at 4:34 PM, Peter Hudson wrote:

The ED code looks like interesting and I will give it a try as well.
Does anybody know of a good primer on creating / sending email ( possibly in a Cocoa / Objective-C environment )

I don't think there is one, given how hard it is to even find code for doing it at all.

BTW I just mentioned off-list to Ben that these days it's probably better not to use email at all, when trying to send a message back from the app to the developer (like for feedback or crash reports.) Instead use HTTP — on the client side make an NSURLConnection to send the data in a POST, and on the server just hack together a little PHP script to receive the data and process it. Uli Kusterer's UKCrashReporter does this.

—Jens_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to