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");