Help for this page

Select Code to Download


  1. or download this
    $email = new Net::SMTP::TLS($account_smtp,Hello=>$account_smtp,
     Port=>25,User=>$account_user,Password=>$account_pass);
    
  2. or download this
    # old code
    m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv1[12]?))$}i     
    # new code
    m{^(!?)(?:(SSL(?:v2|v3|v23|v2/3))|(TLSv1[12]?))}i
    
  3. or download this
    cpan> install Crypt::SSLeay
    Fetching with LWP:
    http://cpan.strawberryperl.com/authors/01mailrc.txt.gz
    ...
    Updating database file ...
    Done!
    Crypt::SSLeay is up to date (0.64).