Hello World Emailer
I thought that this would be worth posting, I’ve been in need of some Jython code that would help me send out emails with 1 to n files attached to the message. I puttered around my books and a few websites but couldn’t find exactly what I needed. A few failed attempts later I pieced together some working code. Several times I swear some of the Python examples just didn’t work with Jython, the key was figuring out which libraries to import. ...