Java program that creates an SMTP message and sends it off. It can be used to test SMTP functionality as well as security. This test SMTP at the application level. Requires Java 6.
License
GNU General Public License version 2.0 (GPLv2)Follow SMTP/email tester
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.