Introduction - If you have any usage issues, please Google them yourself
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users.
Platform: unix, linux, windows.
compilation command: g++ smtpr.c-lsocket-lnsl-o smtpr
usage: smtpr <port number> (<relay server>)
Packet : 31767657smtpr.rar filelist
smtpr.c