Results 1 to 5 of 5
- 11-01-2009, 12:14 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 2
- Rep Power
- 0
How to get the smtp response to the gui frame
hey sorry about the title.
Iam new to java and so i have a problem in doing this assignment
actually i created a gui which has fileds like to,from,cc,bcc,message area,response area and few buttons like send,restartand connect
connect button the response is comming
my problem is now when i send the information to the server i.e smtp server the response must come back to response area
can u guys help me pls:confused::confused::)
- 11-01-2009, 12:58 AM #2
Senior Member
- Join Date
- Aug 2009
- Location
- Pittsburgh, PA
- Posts
- 282
- Rep Power
- 4
What code did you use to send the message to SMTP?
- 11-01-2009, 04:42 PM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Display the information on user interface and back-end processing is two different things. You should send the smtp request in back end, may be on worker thread, and response should be capture there. Once the response is detected you can set the text into the relevant control in UI.
Can you show us how you send the request and how you grab the response from there?
- 11-02-2009, 11:05 PM #4
Member
- Join Date
- Oct 2009
- Posts
- 7
- Rep Power
- 0
what u want da
r u want to send email da
- 11-03-2009, 03:32 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Simple Mail Transfer Protocol. ;)
Similar Threads
-
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port:
By nikunj.prmr@gmail.com in forum Advanced JavaReplies: 2Last Post: 08-24-2011, 04:32 PM -
Returning focus to a frame after hiding another frame
By fletcher in forum AWT / SwingReplies: 7Last Post: 11-02-2009, 06:31 PM -
sending email without SMTP?
By java_srinivasan in forum Advanced JavaReplies: 1Last Post: 07-23-2008, 03:45 PM -
A Client to Send SMTP Mail
By Java Tip in forum java.netReplies: 0Last Post: 04-07-2008, 08:06 PM -
Readind email from smtp server
By pzkhan in forum Advanced JavaReplies: 0Last Post: 02-10-2008, 07:57 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks