Re: Sending mail from Cocoa Apps
Re: Sending mail from Cocoa Apps
- Subject: Re: Sending mail from Cocoa Apps
- From: email@hidden
- Date: Mon, 20 May 2002 10:30:49 +0200
On lundi, mai 20, 2002, at 05:11 , Simson Garfinkel wrote:
Greetings. What's the correct way to send email from a Cocoa App?
3 ways:
- Interactive: URL method "
mailto:...." or AppleScript
- Non-interactive: Message.framework
- Non-Interactive (best solution): EDInternet.framework.
What's the correct way to ask an email program send an attachment?
EDInternet.framework allows you to send attachment. Maybe you can send
attachment too with the AppleScript solution.
_______________________________________________
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.