in reply to Re: printing output of a perl script to the Email body
in thread printing output of a perl script to the Email body

Like Corion, I would use MIME::Lite but...

The documentation warns:
"MIME::Lite is not recommended by its current maintainer."

For that reason, I started looking at alternatives but didn't really get very far - mainly because of familiarity with the easy to use MIME:Lite module.

  • Comment on Re^2: printing output of a perl script to the Email body

Replies are listed 'Best First'.
Re^3: printing output of a perl script to the Email body
by Corion (Patriarch) on Jan 29, 2021 at 11:04 UTC

    Yes, it's not recommended by its maintainer, but it still works very well, and I haven't encountered a case where I had to investigate a different module.

    Also, the module won't be going anywhere and gets a release from time to time. The issues with patches are somewhat likely to be worked on.

      Yes, it's not recommended by its maintainer, but it still works very well, and I haven't encountered a case where I had to investigate a different module

      The only reason I was looking for a replacement module was the comment in the documentation...
      Given your endorsement, I shall give up that search as I find MIME::Lite a very useful module that does most things I ever want with email.

Re^3: printing output of a perl script to the Email body
by haukex (Archbishop) on Jan 29, 2021 at 18:34 UTC
Re^3: printing output of a perl script to the Email body
by hippo (Archbishop) on Jan 29, 2021 at 12:04 UTC