Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    use strict;
    ...
    #Send the Message
    $mail->smtpsend(Host => SMTP_HOST)
      or die 'Could not send message to ', $to->format;