Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    # $entity->smtpsend;
    $entity->print( \*STDOUT );
    
  2. or download this
    Content-Type: multipart/mixed; boundary="----------=_1097554778-11801-
    +0"
    Content-Transfer-Encoding: binary
    ...
    that you have won
    a number of tribbles.
    ------------=_1097554778-11801-0--
    
  3. or download this
    Content-Disposition: attachment; filename=blah.pl
    Content-Type: text/x-perl; name=blah.pl; charset=ISO-8859-1
    Content-Transfer-Encoding: 7bit
    
  4. or download this
    $entity->attach( Disposition => 'attachment', 
                     Filename => "report.txt", 
                     Type => 'text/plain', 
                     Data => join( "\n", @attach ) )
      or die "Error adding the text message part: $!\n";
    
  5. or download this
    Content-Type: text/plain; name="report.txt"
    Content-Disposition: attachment; filename="report.txt"
    Content-Transfer-Encoding: binary