Skip Menu |

This queue is for tickets about the Email-Sender-Transport-SMTP-TLS CPAN distribution.

Report information
The Basics
Id: 56535
Status: resolved
Priority: 0/
Queue: Email-Sender-Transport-SMTP-TLS

People
Owner: Nobody in particular
Requestors: aaron [...] donorworks.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug when sending attachments
Date: Mon, 12 Apr 2010 12:15:51 -0700
To: bug-Email-Sender-Transport-SMTP-TLS [...] rt.cpan.org
From: Aaron Kangas <aaron [...] donorworks.com>
Hi, I'm trying to use the Email::Sender::Transport::SMTP::TLS sender to send email that include an inline attachment (250KB+). It fails very strangely. It comes back without errors, but when I receive the email, the first chunk of the email is repeated a bunch of times, over and over, to right around the same size as the original email was supposed to be. Attached is a sample perl script to highlight the issue. You will probably want to change the "to" address (on line 4006) in it to something helpful for you. Aaron Kangas, Suran Systems

Message body is not shown because sender requested not to inline it.

it's basically a bug in Net::SMTP::TLS and now it's replaced by Net::SMTP::TLS::ButMaintained. try upgrade, it should be OK now. Thanks