Hi,
The script below using Mail::Sender to send a Multipart attachement produce
the following Debug error:
#=myscript.cgi==
use CGI::Debug;
use Mail::Sender;
$sender->OpenMultipart({to => '[EMAIL PROTECTED]',
subject => My ZIP File'});
$sender->Body({ msg => <<'*END*' });
Here is a
Normand,
Looks like there's a quote missing on the subject line.
Craig
> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:perl-unix-
> [EMAIL PROTECTED]] On Behalf Of SuccessInMind
> Sent: Sunday, September 01, 2002 12:26 PM
> To: [EMAIL PROTECTED]
> Subject: [Perl-unix-users] Can't
Craig B. Nakata wrote:
> Normand,
>
> Looks like there's a quote missing on the subject line.
And a missing new Mail::Sender() line.
--
,-/- __ _ _ $Bill Luebkert ICQ=162126130
(_/ / )// // DBE Collectibles Mailto:[EMAIL PROTECTED]
/ ) /--< o // //
Added the missing quote which was a translation typo into the e-mail and the
apparently missing
$sender = new Mail::Sender line but I still get the same error message as
below.
Here is where I got the example:
Under Multipart message with attachment 3/4 down the page.
http://search.cpan.org/auth
SuccessInMind wrote:
> Added the missing quote which was a translation typo into the e-mail and the
> apparently missing
> $sender = new Mail::Sender line but I still get the same error message as
> below.
Check and make sure you have no whispace before or after the *END*. It has
to be flush lef