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
Behalf Of Venkat M
Sent: Tuesday, December 13, 2011 6:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] E-Mail from flex.

 

  

Hi All,

 

I have an application that is developed on Flex and JAVA on the backend. I
need to provide a new email form the flex end. 

I will create a field for to email id/ subject/ body in flex and will pass
it to java backend. Can some help what has to be done at java end?

What email type can be used? Is a valid email/password enough? I was also
asked to evaluate SMTP/POP3/IMAP options also. Can you help?

 

Thanks!

 


Cheers,

Venkat.

 

 





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 smtps.

Only if you're going to be reading mail in your flex app would you have to 
worry about POP3 or IMAP.




 From: Venkat M venkat_...@yahoo.com
To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com 
Sent: Tuesday, December 13, 2011 6:30 PM
Subject: [flexcoders] E-Mail from flex.
 

 



Hi All,
 
I have an application that is developed on Flex and JAVA on the backend. I
need to provide a new email form the flex end. 
I will create a field for to email id/ subject/ body in flex and will pass
it to java backend. Can some help what has to be done at java end?
What email type can be used? Is a valid email/password enough? I was also
asked to evaluate SMTP/POP3/IMAP options also. Can you help?
 
Thanks!
 
Cheers,
Venkat. 
 
 




Re: [flexcoders] E-Mail from flex.

2011-12-14 Thread Venkat M
Super Thanks!
 
Cheers,
Venkat. 
 
 




 From: Dave Glasser dglas...@pobox.com
To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com 
Sent: Wednesday, December 14, 2011 8:29 AM
Subject: Re: [flexcoders] E-Mail from flex.
 

  
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 smtps.


Only if you're going to be reading mail in your flex app would you have to 
worry about POP3 or IMAP.





 From: Venkat M venkat_...@yahoo.com
To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com 
Sent: Tuesday, December 13, 2011 6:30 PM
Subject: [flexcoders] E-Mail from flex.
 




Hi All,
 
I have an application that is developed on Flex and JAVA on the backend. I
need to provide a new email form the flex end. 
I will create a field for to email id/ subject/ body in flex and will pass
it to java backend. Can some help what has to be done at java end?
What email type can be used? Is a valid email/password enough? I was also
asked to evaluate SMTP/POP3/IMAP options also. Can you help?
 
Thanks!
 
Cheers,
Venkat. 
 
 




 



[flexcoders] E-Mail from flex.

2011-12-13 Thread Venkat M
Hi All,
 
I have an application that is developed on Flex and JAVA on the backend. I
need to provide a new email form the flex end. 
I will create a field for to email id/ subject/ body in flex and will pass
it to java backend. Can some help what has to be done at java end?
What email type can be used? Is a valid email/password enough? I was also
asked to evaluate SMTP/POP3/IMAP options also. Can you help?
 
Thanks!
 
Cheers,
Venkat.