Re: [Perl-unix-users] Perl Script for sending a mail

2009-02-17 Thread Foo JH
I use MIME::Lite. It gives me a lot of options, including HTML formatting with embedded image attachments. Perl Perl wrote: > Hi All, > >I want to write a perl script which sends the mail with the > attachements. > Browsing intenet I got that I can one of these modules > 1) Email::Send

Re: [Perl-unix-users] Perl Script for sending a mail

2009-02-17 Thread Matt Schneider
-unix-users-boun...@listserv.activestate.com [mailto:perl-unix-users-boun...@listserv.activestate.com] On Behalf Of Perl Perl Sent: Tuesday, February 17, 2009 8:34 To: perl-unix-users@listserv.ActiveState.com Subject: [Perl-unix-users] Perl Script for sending a mail Hi All, I want to write

[Perl-unix-users] Perl Script for sending a mail

2009-02-17 Thread Perl Perl
Hi All, I want to write a perl script which sends the mail with the attachements. Browsing intenet I got that I can one of these modules 1) Email::Send 2) Mime::Lite & 3) chilkat I am not sure which one I have to use, so could you please let me know about this. If you have examples i