NSMailDelivery?

EricDoggett

Registered
Hey everyone -
Someone suggested I check out the messaging framework for sending simple smtp messages from cocoa.

I added the framework fine, which includes an NSMailDelivery.h file. The interesting thing is I can't find a matching .m file to go with it!

The bigger problem is that, while it seems to "try" to send mail, it tries to send it out of my mac.com account, but I would like to specify the smtp server to use!

Does anyone have any hints/examples on how to use this? I also noticed that the header file is dated as 1997, and am wondering if there is some method more 'recent' that I should use.

Thanks,

Eric Doggett
 
Back
Top