email in Unicode
email in Unicode
- Subject: email in Unicode
- From: "WebObjects EMail" <email@hidden>
- Date: Wed, 3 Mar 2004 16:19:49 +0100
hello,
i want to send an email as Unicode.
now i use this code to send a normal string
WOMailDelivery mailAgent = WOMailDelivery.sharedInstance();
mailAgent.composePlainTextEmail
( from, toList, null, subject, messageBody, true );
how can i make the Subject and MessageBody be sent as a Unicode Email?
thanks in advance!
Sako
_______________________________________________
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.