Re: sending e-mails by program
Re: sending e-mails by program
- Subject: Re: sending e-mails by program
- From: Kengo Tsuruzono <email@hidden>
- Date: Mon, 17 Jun 2002 23:04:58 +0900
On 2002.06.17, at 20:12, kubernan wrote:
When can i find cocoa sample code for sending e-mails by program ?
(e-mail with attachements).
Please check "Message.framework".
--- Sample Code
#import <Message/NSMailDelivery.h>
BOOL bResult = [ NSMailDelivery deliverMessage : @"BODY"
subject : @"SUBJECT"
to : @"email@hidden" ];
---
=====
Kengo Tsuruzono <email@hidden>
http://www.big.or.jp/~crane/cocoa/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.