Help for this page

Select Code to Download


  1. or download this
    use Net::SMTP_auth;
    
    ...
    print "\nauth_return = $auth_return\n";
    print "mail_return = $mail_return\n";
    print "to_return = $to_return\n";
    
  2. or download this
    Net::SMTP_auth>>> Net::SMTP_auth(0.08)
    Net::SMTP_auth>>>   Net::SMTP(2.31)
    ...
    auth_return = 
    mail_return = 
    to_return = 0
    
  3. or download this
    You cannot inherit from a Moose Role (Email::Sender::Transport) at /Us
    +ers/826michigan/Library/ActivePerl-5.10/lib/Moose.pm line 53 ....
    
  4. or download this
    use Email::Sender::Transport::SMTP::TLS;
    use Email::Simple;
    ...
     $message, {
      from => 'info@826michigan.org',
      to   => 'info@826michigan.org' } );