Teresa Raymond wrote:
>
> The only problem with using that bit of code is that the files that
> are being sent as attachments could be as large as 3MB since they're
> graphics - photoshop,quark, etc... I'm not sure it can handle the
> code, anyone else know?
>
> Plus, I'm just learning to use strict and CGI.pm and it looks like
> that module kind of has it's own syntax. As it is I'm feeling a
> little overwhelmed today, especially because I couldn't figure out
> how to fix my own code (with significant and large part from Curtis
> Poe, I should add).
have you looked into using MIME::Lite? it's a very simple oo interface
to sending email from within a perl script, and is easy to include
attachments.