Just a few quick classes I whipped up for bare minimum SmtpMail support. also don’t rely on the default javax.mail package. I believe the Java SDK only provides the APIs and not the implementations. I ended up downloading the implementation from GlassFish: glassfish-embedded-all-3.1.1.jar SmtpMail.java 1 2 3 4 5 6 7 8 9 10 11 [...]


Posted in
Tags:

