Larry E Stewart wrote:
> 
> Greetings,
> 
> I have a PERL script I have used for years to send text e-mail via a socket
> connection.  Now I would like to modify the script to send HTML e-mail
> occasionally so that mail programs display the e-mail as HTML, but I can't
> find the answers to what I have to do.  I thought it might be as simple as
> using a special header, but nothing I have tried has worked.  The e-mail
> always simply displays the HTML.  Does anyone have a good reference they
> would recommend to get answers about what is involved in sending HTML
> emails?

I believe Jenda's Mail::Sender has an HTML attachment example.

You could also use MIME::Lite to build the message.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.wgn.net/~dbe/
  / ) /--<  o // //      Mailto:[EMAIL PROTECTED]   http://dbecoll.webjump.com/
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to