Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

smtp 1

Status
Not open for further replies.

bubak

Programmer
Jun 25, 2001
208
SK
Hi, I'm now creating an simply SMTP client, just a minimalistic one, do U have a link to sth. opensource like this (I'm studying smtp client from MSDN example (uses CSocket). Or at least some documentation, about commands, that smtp server accepts,etc.

thx
bubak
 
It's easy, just try it out using a telnet connection.
you can write <HELP> to see the function supported.
Ones you've clear how to use it, exploit the POSIX socket library, witch is portable and, it works also in windows.

Have a look and write here again if you have problems.
Hope that helped
masi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top