Re: [flexcoders] E-Mail from flex.

2011-12-14 Thread Venkat M
Super Thanks!   Cheers, Venkat.     > > From: Dave Glasser >To: "flexcoders@yahoogroups.com" >Sent: Wednesday, December 14, 2011 8:29 AM >Subject: Re: [flexcoders] E-Mail from flex. > > >  >If you're only sending

Re: [flexcoders] E-Mail from flex.

2011-12-14 Thread Dave Glasser
If you're only sending mail, it's fairly simple with the Javamail API: http://www.oracle.com/technetwork/java/javamail/index.html Your flex app would send the parts of the email message to the server and the server would construct the message and send it using the Javamail API, and smtp or smtp

RE: [flexcoders] E-Mail from flex.

2011-12-14 Thread Bill Brutzman
There are some back-end Java messaging APIs available. The Flex app needs to connect to the chosen Java Messaging API. There is some plumbing involved. An easier, faster, cleaner, better way to use ColdFusion. --Bill From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On