Help for this page

Select Code to Download


  1. or download this
    $address='one@example.com, two@example.com';
    
    ...
    print $msg 'Body text here';
    
    $msg->close();
    
  2. or download this
    2003-09-19 10:28:30 SMTP call from (clientname)(localhost.localdomain)
    + [IP address] dropped: too many unrecognized commands
    
  3. or download this
    To       => 'one@example.com, two@example.com',
    
  4. or download this
    $address='one@example.com, two@example.com';
    
    ...
        );
    
    $msg-> send('smtp', "mysmtp.server.com", Timeout=>60);
    
  5. or download this
    use Mime::Lite;
    use Text::ParseWords;
    ...
      {
      return quotewords("," => 0, $_[0]);
      }