Help for this page

Select Code to Download


  1. or download this
    
     use MIME::Lite;
    ...
        
         $msg->send('smtp', 'smtp.gmail.com', AuthUser=>'myname@gmail.com'
    +, AuthPass=>'mypassword', Debug=>1);
    
  2. or download this
    C:\tmp>perl smtp.pl
    MIME::Lite::SMTP>>> MIME::Lite::SMTP
    ...
    MIME::Lite::SMTP=GLOB(0x1be605c)<<< 250-ENHANCEDSTATUSCODES
    MIME::Lite::SMTP=GLOB(0x1be605c)<<< 250 PIPELINING
    SMTP auth() command not supported on smtp.gmail.com