> lonh SENG wrote:
> 
>  Hi all,
> 
>     I am beginner of perl and unix system.
>     I have a flat file containing email address.
>     I want to send the same message to those guys in the flat file.
>     Could anyone help me?
> 
>     Thank you in advance,

I would just CC or BCC all of them (read the file in and create a BCC line for 
each or you may be able to comma separate on one line - experiment or check the 
docs).

You could use Net::SMTP, the UNIX sendmail task or MIME::Lite to do the actual 
sending.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED] 
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to