Hi all, I hope I can make my question clear enough: Let's say you're managing a database () and you want to export some of its content as a text file (say, a certain list or something similar), and then fax it. There are some services that offer such java fax services, but for a fee.

I was wondering if there's any way to, first, code yourself such a fax send/receive service using java without needing a paid service, and second, to somehow integrate that with one's database interface.

Thanks in advance for all your ideas!