Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please is there a windows socket function with which I can send:
1. objects from server to client and client to server ?
2. Files from server to client and client to server ?

Where can I get codes with which I can send e-mails to mail boxes. It should be able to use use both CC: and BCC:.I wish to know whether the sending is done client or sever.
Where can I get codes with which I can send SMS's (i.e. text messages) to (mobile)telephone numbers. I wish to know whether the sending is done client or sever.
Posted
Updated 22-Feb-12 23:56pm
v2

1 solution

Look for examples of telnet, client and server code.

Further, research the SMTP and POP3. These are the industry standard protocols that perform these functions. These protocols run on top of a basic telnet session. you can actually telnet to a server and create emails by typing in the data.

And finally, buy the book TCP/IP Illustrated, Vol. 1. If you're going to do TCP programming, you must have this book.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900