Help for this page

Select Code to Download


  1. or download this
    use MIME::LITE;
    use strict;
    ...
    
            }
         }
    
  2. or download this
    
    # Send the Message
    
                MIME::Lite->send('sendmail',"/usr/sbin/sendmail -t -oi -oe
    +m")
                    or warn "Error sending email :\n$!\n";