Help for this page
#!/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 );
~]# 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