http://qs321.pair.com?node_id=332494


in reply to Which Mail module to use?

I tend to like Mail::Sender. you'd be looking at using the sendMessage and sendFile functions for easy mail functions. Both take an optional ctype parameter which you can specify as 'text/plain' (the default) or 'text/html' for sending different kinds of email.