John ORourke <[EMAIL PROTECTED]> writes: > Hi folks, > > I'm wondering what modules people use for sending email? At the > moment I'm using MIME::Lite but I'm doing several things myself which > a bigger module might do for me:
You can try Mail::Box - http://search.cpan.org/~markov/Mail-Box/ If you don't like the problems and limitations of MIME::Lite, Mail::Box has a completely different set of problems and limitations you can enjoy. :-) ----Scott.