Help for this page

Select Code to Download


  1. or download this
    my $msg = MIME::Lite->new(..options..);
    $msg->attach(..file..);
    my $msg_mime = $msg->as_string;
    
  2. or download this
    my $bulk = Mail::Bulkmail->new(..options..);
    $bulk->HFM(1); # Headers From Message
    # send as usual