Using name and email address in WOMailDelivery
Using name and email address in WOMailDelivery
- Subject: Using name and email address in WOMailDelivery
- From: Randall Perry <email@hidden>
- Date: Wed, 21 Apr 2004 21:31:57 -0400
Is it possible to include a name, as well as an email address, in the 'to'
array for WOMailDelivery. Tried this but it throws an exception:
NSArray to = new NSArray("Randy Perry <email@hidden>");
sharedInstance.composePlainTextEmail(from, to, null, subject,
message, true);
--
Randall Perry
sysTame
Xserve Web Hosting/Co-location
Website Development/Promotion
Mac Consulting/Sales
http://www.systame.com/
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.