Skip Menu |

This queue is for tickets about the Net-SMTP-Multipart CPAN distribution.

Report information
The Basics
Id: 26147
Status: new
Priority: 0/
Queue: Net-SMTP-Multipart

People
Owner: Nobody in particular
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

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



Subject: Bug in FileAttach
In the sub FileAttach you have this: $self->datasend("Content-Disposition: attachment; =filename=\"$file\"\n\n"); This should be $self->datasend("Content-Disposition: attachment; filename=\"$file\"\n\n");