parvez wrote:
Hi Gurus,
    I have an application which has a 'Support' link. On clicking the
link a mail program opens up sending us a mail. My problem is that I now
have to take a tar of some logs and attach it along the mail. I am using
the 'mailto' tag for the 'Support' link. How do I call a program and
also attach the files with the mail.
Easiest would be a form mail CGI script that uses MIME::Lite module to
send the email w/attachment.  You can roll your own attachment for
sendmail (see example on my Tripod site) if you don't have MIME::Lite
available.

--
  ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
 (_/   /  )    // //       DBE Collectibles   Mailto:dbe@;todbe.com
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to