wodSmtpServer ActiveX component
| Version | 2.5.4 |
|---|---|
| Publisher | WeOnlyDo! |
| Release date | Oct 27, 2012 |
| Date added | Oct 27, 2012 |
| Os requirements | Windows 2003, Windows 2000, Windows Vista, Windows 98, Windows Me, Windows, Windows NT, Windows 7, Windows XP |
| Requirements | None |
| Total downloads | 64 |
| Price | Free to try |
Description
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.