Editor: MailBee Message Queue is a queue-based email-sending system that operates as a Windows NT service intercepting "send e-mail" requests from MailBee SMTP and MailBee.NET SMTP components and then sends email in the background. This allows the components to operate very quickly because they no longer have to wait for email messages to be actually sent. It is especially important when your application sends multiple messages at once.
MailBee Message Queue uses the same queue format as IIS SMTP service. Any application which can submit e-mails to IIS SMTP Pickup folder can do the same with MailBee Message Queue.
MailBee Message Queue features:
- Supports multiple instances of MailBee Message Queue;
- Multi-threaded mode (up to 64 Threads);
- "Limit message-sending rate" and "limit number of sends per session" options for SMTP servers which limit throughput per IP address or connection;
- User-friendly Control Panel and direct editing of config files;
- Logging SMTP session into a file.
NEW:
* Can remove x-sender/x-receiver headers from outgoing e-mails
* Uses the standard .EML file format instead of proprietary .MBM
* Multiple instances of MailBee Message Queue Windows service supported