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.