Summary: To send e-mail, you need to connect a socket to the mail server and transmit the message as documented in the SMTP RFC. The process of transmitting the message involves a series of commands and repli . . .
Summary: To retrieve a web page, you need to connect a socket to the web server and use the GET method as documented in the HTTP RFC. After receiving your request, the web server will send the contents of the . . .