Re: WebObjects and Email
Re: WebObjects and Email
- Subject: Re: WebObjects and Email
- From: Robert Walker <email@hidden>
- Date: Tue, 12 Jul 2005 16:24:29 -0400
Also when i try to generate java classes from EOModeller for custom
class
i get error of template generation, is there any work around
through that.
If you look through the recent history of this list you will see many
issues related to WO 5.3 and Xcode 2.1. There is a workaround for
this, but it involves getting files from WO 5.2.4.
Hopefully the WO 5.3 issues will be resolved soon. I know several
bug reports have been sent to Apple.
As far as sending email, if you want a basic email (basic means not
attachments or anything fancy) you can use WOMailDelivery like so:
try {
WOMailDelivery.sharedInstance().composePlainTextEmail(from, to,
subject, message, true);
} catch (Exception e) {
// Handle this
}
For more advance needs use JavaMail
If you want a basic implementation of JavaMail with attachment
support you can file one here:
http://homepage.mac.com/robertwalker1/FileSharing10.html
Download EmailNotifier.zip
On Jul 12, 2005, at 4:10 PM, email@hidden wrote:
Hello,
I'm working on a prototype and using WebObjects 5.3 that comes with
XCode
2.1. I've been able to find my way around the EOs but still haven't
been
able to figure out how i can send emails through my application. Would
really appreciate any help here.
Also when i try to generate java classes from EOModeller for custom
class
i get error of template generation, is there any work around
through that.
Thanks,
Ambreen
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden