• MailBee Message Queue is a queue-based email-sending system which 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.

    No knowledge of SMTP protocol is required


     

    Features

    • Intercepts "send e-mail" requests from MailBee SMTP and MailBee.NET SMTP components thus off-loading the task of delivering e-mails from these components and reducing response time of your e-mail sending applications
    • Multi-threading. Can greatly improve mail sending performance by utilizing up to 64 simultaneous threads
    • "Limit message-sending rate" and "limit number of sends per session" options for SMTP servers which limit throughput per IP address or connection
    • Logging SMTP session into a file
    • Multiple instances of MailBee components can submit messages to MailBee Message Queue at the same time without any conflicts or deadlocks
    • Multiple instances of MailBee Message Queue also supported
    • Each instance operates as Windows NT service
    • Can be configured via user-friendly Control Panel or by editing "mmq.ini" configuration file