Re: Pantomime
Re: Pantomime
- Subject: Re: Pantomime
- From: "Ujwal S. Sathyam" <email@hidden>
- Date: Tue, 01 Jul 2003 08:04:27 -0700
Hi folks,
I'm too lazy today, to get through all the headers in Pantomime framework. Could anynone give me an idea how to send a plain message with it?
Thanks
Robert
Check out the Message, InternetAddress, and SMTP classes. Once you have created and set up the objects appropriately, you can use:
[smtpObj sendMessageFromRawSource: [messageObj dataValue];
I am one of the contributors to Pantomime and GNUMail.app, and it is great that you are considering using Pantomime, but if you are just interested in sending a message, you may also want to look at the Message.framework.
Cheers,
Ujwal
_______________________________________________
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.