I have a form processing script that will take user input from an HTML form and email it to me and it is using NET::SMTP. Up untill now it has been working perfectly fine but now I want users to be able to email certain files types (mainly images, zip files, and basic text files) to me. I have been doing some digging and see that there are a few modules that can do this but have not seen anything for NET::SMTP. Can NET::SMTP send attachments or is there a module that I can add to my script to handle just the attachments and not have to rewrite the entire thing?