http://qs321.pair.com?node_id=1031292


in reply to mime::lite and attaching files

Path => "/report.xls"

Is your file really in the root directory? Do you perhaps just mean Path => 'report.xls' ? If so, the "Filename" parameter is not needed.

Replies are listed 'Best First'.
Re^2: mime::lite and attaching files
by PerlSufi (Friar) on Apr 30, 2013 at 14:00 UTC
    actually I had the full path before, I just put that in there because I tried that, too. taking out the path also did not work. I'm stumped..
      I got it. I ended up using mime::entity instead..