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
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.