Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Email::Send::SMTP::Gmail;
    ...
    $mail->send(-to=>'IHipschman@yahoo.com', -subject=>'Hello!',
                -body=>'Just testing it<br>Bye!',-contenttype=>'text/html'
    +);
    $mail->bye;
    
  2. or download this
    C:\Users\Ivan\Documents\BSA\EMAIL\GmailSend>perl tryitmodified.pl
    Could not connect to SMTP server
    Can't call method "send" without a package or object reference at tryi
    +tmodified.
    pl line 8.