in reply to How to send an attachment using MIME::Lite?
$msg->attach( Type => "image/gif", Path => "/here/is/the/real/file.GIF", Filename => "logo.gif" ); [download]