Re: How to send a mail from within a program
Re: How to send a mail from within a program
- Subject: Re: How to send a mail from within a program
- From: Robert Cerny <email@hidden>
- Date: Thu, 10 Jul 2003 08:46:50 +0200
Well,
if you're going to send email from a NSTimer method (in another than
the main run loop) you will be in problems with Message.framework.
Another working solution is to use Pantomime.
Regards
Robert
On stxeda, 7. 9, 2003, at 22:56 Europe/Prague, Tim Hewett wrote:
Hello,
I am trying to find out how to send a mail from within a Cocoa
app. It is possible in that iCal can do it as an option when
a scheduled event happens, but there doesn't seem to be
any documentation on how to do it... I need to be able to
fully populate the "To:", "Subject:" and main body under
program control, is it possible?
Cheers,
Tim.
_______________________________________________
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.
_______________________________________________
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.