in reply to Re: Printing Data to Email body from Perl
in thread Printing Data to Email body from Perl

Hi,

Thank you for the code snippet but I am looking for something which can go with the exsisting script rather than new one. so is it possible to extend the current script

  • Comment on Re^2: Printing Data to Email body from Perl

Replies are listed 'Best First'.
Re^3: Printing Data to Email body from Perl
by Corion (Patriarch) on Oct 17, 2011 at 17:06 UTC

    I'm sure you have already looked at the Email modules that CPAN provides. Please tell us why the modules are unsatisfactory and didn't do what you needed. Particularly, MIME::Lite works very well in sending emails.

    If you have other questions than how to send mail from a Perl script, maybe you should make that clearer in your post.

    Also note that we expect you to do your own work. This is not a script writing service, so "something which can go with the existing script" will have to be something you write from the solutions you find.