email « Development « Java Swing Q&A





1. E-mail interface(very urgent)    coderanch.com

Hi, I want to send e-mails to our clients from java application. My problem is i have to invoke the netscape messenger from my application. I did that(using mailto:// command). I don't want to use Javamail API,because i have to invoke the Messenger at client side. I have to transfer the form data to corresponding fields in Netscape messenger(like TO,CC,BCC,SuBJECT,BODY).I am ...

2. How to make an E-mail service?    coderanch.com

Hello am trying to make an e-mail service using Java. I know this is a lot of work. But I need helkp on where to start. Like what topics should I study.Should I use Java and mix it with Flash or use a combination of Java, Matlab and Flash. Of are there easier ways to make an e-mail service? Any ideas? ...

3. Need Information about sending email Please    coderanch.com

Hello, I am developing a swing base application, i want to know that if i want ot send an confirmation email, what should i ve beside email code. Do i need any server to send an email. I ve mention everything in my code smtp setting and user name and password but it is not sending any email. I think i ...

4. Prompting an email client    coderanch.com

Hi, I have a java app running as a rich client plugged into the Eclipse framework. I would like to be able to email the log files to a help desk. I want this to occur in two cases. 1) When a fatal error occurs (we have an exception catch block handling this), 2) If the user clicks a button to ...

5. complete java desktop app GUI, to send email only inserting To,From,Subject,Message and press SEND    coderanch.com

you know any [b]ready made [/b](url) complete java desktop app GUI, to send email only inserting To,From,Subject,Message and press SEND? How I change a from a frame to a second frame in GUI Java app, when send email appear only the word SUCCESS / FAILED after procedure completed? What is java equivalent (Tell me code (1)Java and another script (2)JSP) of ...

6. Viewing email on swing    coderanch.com

Hi, I'm getting emails from the exchange server and saving them on the file system as .eml files for later use. is there any way or library that i can use to display the original the files on a Jframe, something like icepdf that takes a pdf file and display it on a Jframe. Thanks

7. email client    java-forums.org

I have downloaded java mail client program class files form the page at this link Java Tips - How to create an e-mail client in Java . And I downloaded Javamail api. I compiled the files and run the program . I modified them to get connected to gmail and able to access its mails but the problem is i am ...