im try to send email with attachment using telnet smtp port 25 but when i receive email with attachment my myfile.exe currpted i donno really where problem is
here is cmd code i use to send email with attachment
HELO asim
MAIL FROM:<joinasim5@yahoo.com>
RCPT TO:<joinasim5@yahoo.com>
DATA
From: "ASIM" <joinasim5@yahoo.com>
To: joinasim5@yahoo.com
Subject: TEST MSG
Sender: Microsoft Outlook Express 6.00.2800.1158
Mime-Version: 1.0
Content-Type: application/x-msdownload;name="myfile.exe"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;filename="myfile.exe"
==========all my exe into base64 code ================
but when i get exe in email its currpted plz any like to help it will be gr8
