in reply to Attach Files
Nope, Net::SMTP is probably a more existing choice :)
SMTP is not responsible for your MIME-problems, so Net::SMTP has little to do with the actual attachment creation. MIME::Lite is probably the easiest way to create correct messages, which can then be sent using Net::SMTP of course.
--
|
|---|