in reply to Email program with attachments
Also, what version of Mail::Sender are you using? The latest version is 0.7.08.my $sender = new Mail::Sender( {from => $work, smtp => 'mail.domain. +com'}) || die "$Mail::Sender::Error\n"; (ref $sender->MailFile({to => $email, subject => $subj_line, file => \@files, encoding => 'base64', msg => 'Here are the price change worksheets +.'}) ) || die "Error on $email: $Mail::Sender::Error\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Email program with attachments
by blacksmith (Hermit) on Oct 09, 2001 at 23:02 UTC | |
by $code or die (Deacon) on Oct 10, 2001 at 00:11 UTC | |
by blacksmith (Hermit) on Oct 10, 2001 at 01:06 UTC |