Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $mailer->dataend;  
    $mailer->quit;
    
  2. or download this
    use Net::SMTP::SSL;
    
    ...
    
    # Send away!
    &send_mail('you@gmail.com', 'Server just blew up', 'Some more detail')
    +;