in reply to Re: Sending attachments in emails using SMTP
in thread Sending attachments in emails using SMTP

I am not allowed to download modules as a company policy !
  • Comment on Re^2: Sending attachments in emails using SMTP

Replies are listed 'Best First'.
Re^3: Sending attachments in emails using SMTP
by runrig (Abbot) on Jul 08, 2008 at 20:11 UTC
    Are you allowed to copy and paste bits of code from the internet into your own code? Then copy some code (Ctl-A then Ctl-C on a windows box). Though I don't really see the difference between that and "downloading."
Re^3: Sending attachments in emails using SMTP
by thunders (Priest) on Jul 08, 2008 at 20:16 UTC

    You probably should appeal to your company in that case to make an exception, because there's not much use in anyone here reinventing the wheel for you.

    MIME::Lite is a pure perl module, and doesn't really need to be installed, worst case scenario you could unpack the whole thing into the same directory as your cgi/script.

    Does your company not allow any use of modules, even ones that you maintain?

Re^3: Sending attachments in emails using SMTP
by Joost (Canon) on Jul 08, 2008 at 20:09 UTC