"Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: >The only question is: how hard is it to send an email through >the Win32 API (sorry, never used that before)?
Not really to hard if you know the SMTP server you want to send a mail to. Basically open a TCP/IP socket through winsock and then formating the message issuing a few SMTP commands is all there is to it. Sobig.F did it too, as it doesn't need any email software installed. Just a simple winsock is enough. ;-) Rolf Kalbermatter