User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Lets face it. SMTP tester 1.0 was horrible. Yes I will admit. I appreciate the review and have taken the recommendation under advis****t. SMTP tester 2.0 now uses java mail. Attachments have now been added.
  • This code is a nice kickstart, but it's nothing serious. Some background on version 1.0: It's a Netbeans project. It does not use javax.mail. The source code is pretty bad: Main.java consists almost entirely of commented-out test code. SMTPgui.java code is horribly formatted. On every start it displays: form is empty The test and reset buttons are using the mouseReleased event instead of an ActionListener. On an exception the program simply closes, loosing all settings... The SMTP protocol is barely found. The code simply prints all lines to a Socket without verifying server responses.