does anyone know if it is possible to send an email from a net email place like hotmail using the winsock control?...or if it is possible to send an email to hotmail using only the winsock control? thanks a bunch
Printable View
does anyone know if it is possible to send an email from a net email place like hotmail using the winsock control?...or if it is possible to send an email to hotmail using only the winsock control? thanks a bunch
All TCP/IP services on the internet run through tcp sockets.
Winsock just happens to be the windows implimentation of sockets.
So you just have to look at the SMTP specs for email and you can do it from there.