Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use MIME::Lite;
    ...
        Subject  =>  'test'
        );
    $msg->send('tls','domaine.tld',Hello => 'domaine.tld', Port => "587", 
    +User => "john" , Password => "azerty" , Debug => 4 );
    
  2. or download this
    ~]# perl -d mailtomail3.pl 
    
    Loading DB routines from perl5db.pl version 1.28
    ...
      use o inhibit_exit to avoid stopping after program termination,
      h q, h R or h o to get additional info.  
      DB<1> q