$mail->Attach({ description => 'Programming Perl 101 Syllabus', ctype => 'text/plain', encoding => '7bit', disposition => 'attachment; filename="syllabus.txt"; type="Text file"', file => 'syllabus.txt' } );