- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy WeOnlyDo!Implement relaying Simple Mail Transfer Protocol server in your applications.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.