in reply to Mail Sending me mad
$sender->SendFile ( { description => 'Company logo', ctype => 'image/gif', encoding => 'base64', disposition => "inline; filename=\"picture.gif\";\r\nC +ontent-ID: <logo>", file => 'picture.gif'} ); [download]