I'm working with the ThinMailer script, which doesn't support email attachments. And I need to code this feature into it.
Now, I've taken a look at MIME::Tools, but still can't figure out how to get this working...
How do I feed the $body variable (that contains the email's body + all gibberish from the attachment) to this module so that it parses it and places the file in some folder?
Ralph.