[�client/server�|�finger�|�whois�|�smtp mailer�|�port blocker�]
[�commands�|�index�|�overview�]



SMTP Mailer

���What this example is used for is sending internet email. You can specify who to send to, who it is 'from', the subject, the message, ect. Most people would call this program an anonymous mailer. What the program does is connect to a mail server and then send it a simple 'helo ' command to ready the mail server. then the rest of the coding is all in the 'Receive' area of the dsSocket control. The coding for this program will not be included in on this page because it is too long for me to type out the way it would look in the forms. it is availble in the mailing example included in this program. Check it out because it will help you understand commands used over the internet.

Index