Mail Queue Service
Our mail queue service works side-by-side with our SMTP Service sending on any messages that weren't destined for locally configured domain mailboxes.
It polls the external mail queue at a user-configured interval and sends the messages on to the mail server for the recipients of the messages. Whereas some servers will simply forward the messages to another server our Mail Queue Service uses DNS to lookup the mail server for the recipient which makes it more efficient.