wodSmtpServer - Version 2.4.1 WeOnlyDo! SmtpServer ActiveX control is a componentthat can be easily integrated into your applications toprovide full non-relaying Smtp (Simple Mail TransferProtocol) server implementation. All you need to do is to put it on VB form, call it'sStart method and it's immediately accepting connectionsby your clients! It fully supports commands defined inRFC2821.Use your favorite mail client (such as Outlook Expressor Eudora) to send mail to other users on your network. How? That's easy part: just put SmtpServer control onyour form, add some code around and it's all setup tobe used.If you dislike adding additional code - it's fine bySmtp. It will still work, and accept all emails butdelete them immediately after user disconnects. But, ifyou define real filename on your disk, all the emailswill be stored to that file. Still, if you want to makereal Smtp server application, look no more for nativesupport for socket related material - you just found it.Smtp server will deal with clients and connections -you must deal with messages. Once new user connects toyour Smtp server, you need to provide some way ofstoring message posted by user to some file on disk, orjust read it from Body property and store manually to,for example, database. This is really easy task. If youkeep all the emails in separate files, that's justgreat for usage with WeOnlyDo! Smtp server. If you prefer to keep it in one large file - we willnot argue about it. You can specify filename, make Smtpserver Append to that file, and everything will stillwork just great. As a result, you will have one mailboxfor each user just like on UNIX computers. Together with WeOnlyDo! Pop3 server, you can makepowerful fully maintained mail service application thatwill share emails in your company, receive them frominternet and anything else you can imagine. You caneven create emails for your employees on the fly. Youcan make Smtp store to same files from where Pop3 readsthem.