The package for the module is libtimedate-perl (in hardy, Ubuntu 8.04.3 LTS)
dpkg -S Mail::Sendmail
#!/usr/bin/perl
use strict;
use warnings;
use Mail::Sendmail;
# Read the file into a string to put it into the mail hash variable
open FH, 'file.txt' or
die "Error reading file.txt file: $!\n";
my @Lines =
chomp @Lines;
close FH;
my $Lines = join "\n", @Lines;
my $Recipients = 'somebody@mail.example';
my $Subject = 'Testing mail in Perl';
my %mail = (
To => $Recipients,
From => 'testing@mail.example',
Subject => $Subject,
Message => $Lines
);
$mail{Smtp} = 'mail.example';
if (sendmail %mail) {
print "Mail sent OK.\n"
} else {
print "Error sending mail: $Mail::Sendmail::error \n"
}
print "\n\$Mail::Sendmail::log says:\n", $Mail::Sendmail::log;
__END__
1 comment:
If the vendor busts and the participant does not, the participant wins. In current years, the company demand for decreasing worker expenses has led to another improve in desk shift time. In many gaming operations all through North America, dealers are required to deal for 80 minutes, and seems that|it appears 카지노 사이트 that} that is changing into more of the gaming trade norm.
Post a Comment