Help for this page

Select Code to Download


  1. or download this
    # a simple module which uses Net::SMTP to mail the contents
    # of a text file to a list of users. and with a 
    ...
    }
    
    1;
    
  2. or download this
    use wmail;
    
    ...
    
    wmail::mailfile("myfile", \@recipients, "mysubject");