Help for this page

Select Code to Download


  1. or download this
    #!C:/Perl/bin/perl.exe
    use Mail::Sendmail;
    ...
    );
    $mail{Smtp} = 'smtp host name';
    sendmail(%mail);
    
  2. or download this
    C:\Documents and Settings\chalapathi\Desktop\Scripts>perl Email.pl
    Can't locate Mail/Sendmail.pm in @INC (@INC contains: C:/Perl/site/lib
    + C:/Perl/l
    ...
    BEGIN failed--compilation aborted at Email.pl line 2.
    
    C:\Documents and Settings\AAAAAAA\Desktop\Scripts>