Help for this page

Select Code to Download


  1. or download this
    use Email::Sender::Simple qw(sendmail);
    use Email::Sender::Transport::SMTPS;
    ...
    );
    
    sendmail($email, { transport => $transport });
    
  2. or download this
    Net::SMTPS>>> Net::SMTPS(0.10)
    Net::SMTPS>>>   IO::Socket::IP(0.39)
    ...
    Net::SMTPS=GLOB(0x556317f13e28)>>> AUTH PLAIN -stuff here-
    Net::SMTPS=GLOB(0x556317f13e28)<<< 535 Incorrect authentication data
    failed AUTH: Incorrect authentication data
    
  3. or download this
    use Net::SMTPS ;
    use MIME::Lite ;
    ...
    $smtps->datasend( $msg->as_string() );  
    $smtps->dataend();  
    $smtps->quit;
    
  4. or download this
    Net::SMTPS>>> Net::SMTPS(0.10)
    Net::SMTPS>>>   IO::Socket::IP(0.39)
    ...
    Net::SMTPS=GLOB(0x5609e794aac0)>>> AUTH PLAIN -stuff here
    Net::SMTPS=GLOB(0x5609e794aac0)<<< 535 Incorrect authentication data
    Could not authenticate