Class SmtpSimple

java.lang.Object
net.sf.colossus.webserver.SmtpSimple

public class SmtpSimple extends Object
Sending a simple (text-only) mail by submitting it to the SMTP server at port 25. Basically copied 1:1 (only changed formatting and indentation) from: http://www.torsten-horn.de/techdocs/java-smtp.htm
Author:
Clemens Katzer