Arcane Poodle wrote:
> 
> Hello,
> 
> I've just recently written a perl program that decodes data sent from a 
> form and generates an HTML document which lists the decoded data. (Yeah, 
> i'm pretty new to Perl) The program works fine, but how do I get my 
> program to send the decoded data, once it receives it from a submitted 
> form, to my email address? Any help on this would be appreciated.

Use one of these modules (MIME::Lite would be my first choice):

Simple email:
        Net::SMTP

if there are attachments:

        Net::SMTP::Multipart
        MIME::Lite              
        Mail::Sender

On UNIX, you could just pipe to sendmail.

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

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

Reply via email to