WodSmtpServer ActiveX control is a component that can be easily integrated into your applications to provide full relaying SMTP (Simple Mail Transfer Protocol) server implementation. All you need to do is to put it on VB form, call its Start method and it's immediately accepting connections by your clients. It fully supports commands defined in RFC2821. Use your favorite mail client (such as Outlook Express or Eudora) to send mail to other users on your network. WodSmtpServer will deal with clients and connections - you must deal with messages. Once new user connects to your SMTP server, you need to provide some way of storing message posted by user to some file on disk, or just read it from Body property and store manually to, for example, database. This is really easy task. If you keep all the emails in separate files, that's just great for usage with WeOnlyDo SMTP server. You can specify file name, make SMTP server Append to that file, and everything will still work just great. As a result, you will have one mailbox for each user just like on UNIX computers.
Full Specifications
What's new in version 2.5.4
Version 2.5.4 include new methods SignDKIM and VerifyDKIM for DKIM (domain keys) support.
General
ReleaseOctober 27, 2012
Date AddedOctober 27, 2012
Version2.5.4
Operating Systems
Operating SystemsWindows 2003, Windows 2000, Windows Vista, Windows 98, Windows Me, Windows, Windows NT, Windows 7, Windows XP