I've got a mail script that tries to attach a text file to the mail. If I read the resultant mail in an html based mail reader it all seems ok. When I view it in Outlook there is an attachment of the correct size but the file
is empty.
The attach part of the script is
print MAIL<<EndOfAtt ;
--NextPart_000_000D_01C002C4.95399B80
Content-Type: text/plain;
name="$file"
Content-Disposition: attachment;
filename="$file"
EndOfAtt
Do I need some other parameters?
Thanks
is empty.
The attach part of the script is
print MAIL<<EndOfAtt ;
--NextPart_000_000D_01C002C4.95399B80
Content-Type: text/plain;
name="$file"
Content-Disposition: attachment;
filename="$file"
EndOfAtt
Do I need some other parameters?
Thanks