FROM : Jim Turner
DATE : Fri May 09 00:14:06 2008
On Thu, May 8, 2008 at 5:10 AM, vinitha ks <<email_removed>> wrote:
>
> Hi,
> I'm working with mac 10.5 and xcode3.0.I've to send email from an
> application with out using any email client.When i try to use message
> framework,It doesn't work.(deliverMessage always returns no)Is there any
> any way to send email from my application without using any email
> client,and i've to send attachments also.
>
I've had pretty good success with jwSMTP
(http://johnwiggins.net/jwsmtp/). It's a C++ library but it's been
pretty simple to wrap some basic Cocoa around it. Does attachments
although I've never used it for that.
--
Jim
http://nukethemfromorbit.com
DATE : Fri May 09 00:14:06 2008
On Thu, May 8, 2008 at 5:10 AM, vinitha ks <<email_removed>> wrote:
>
> Hi,
> I'm working with mac 10.5 and xcode3.0.I've to send email from an
> application with out using any email client.When i try to use message
> framework,It doesn't work.(deliverMessage always returns no)Is there any
> any way to send email from my application without using any email
> client,and i've to send attachments also.
>
I've had pretty good success with jwSMTP
(http://johnwiggins.net/jwsmtp/). It's a C++ library but it's been
pretty simple to wrap some basic Cocoa around it. Does attachments
although I've never used it for that.
--
Jim
http://nukethemfromorbit.com






Cocoa mail archive

