I've started to write a cgi perl script that will parse a web email form. This web form will need the capability of sending
email attachments that could be a MS Word, Excel, jpeg, Hmtl or text file, to recipients.
On the web form I have the following
"To" input box,
"Textarea" box to type the body of the message,
"Subject" box,
Email attachment using <input type="file" name="filename">
I've heard that the mime Module is needed to proceed with this project. I was wondering if anyone has sample code that has already accomplished this task.