Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # send the message1
    use Email::Sender::Simple qw(sendmail);
    sendmail($message);
    
  2. or download this
    Jesses-MacBook-Pro:perl jessep$ ./sendemail.pl
    Can't locate Email/MIME.pm in @INC (@INC contains: /Library/Perl/5.16/
    +darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5
    +.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Pe
    +rl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2leve
    +l /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-t
    +hread-multi-2level /System/Library/Perl/Extras/5.16 .) at ./sendemail
    +.pl line 6.
    BEGIN failed--compilation aborted at ./sendemail.pl line 6.
    Jesses-MacBook-Pro:perl jessep$