e-mailing a file

What classes/methods can I use to have a Java application that I wrote e-mail a .txt file?My app currently constructs a .txt file from a hashtable. Now, how can I send it to an e-mail address? Is it possible?Please Help!!!
[258 byte] By [mwstein] at [2007-9-26 3:01:04]
# 1
You will want to use the JavaMail package http://java.sun.com/products/javamail/index.html
rob_canoe2 at 2007-6-29 10:58:49 > top of Java-index,Archived Forums,Java Programming...