in reply to Re^2: MIME::Lite behaving strange
in thread MIME::Lite behaving strange
You set 'Filename' to test.txt, but Filename is only how the file is called in the attachment. The file itself should be found in 'Path'. So Path => '/path/to/the/file/test.txt' (or Path => 'test.txt' if the file is in the current path) would be more appropriate to get anything useful (with appropriate values for /path/to/the/file)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: MIME::Lite behaving strange
by bar10der (Beadle) on Apr 02, 2009 at 07:39 UTC | |
|
Re^4: MIME::Lite behaving strange
by Anonymous Monk on Jul 22, 2015 at 06:03 UTC | |
by Anonymous Monk on Jul 22, 2015 at 06:07 UTC | |
by Anonymous Monk on Jul 22, 2015 at 06:58 UTC |