Async_smtp_toolsSourceIt is common for some external content scanning software to accept messages over smtp, scan them, then return them back over smtp with some added headers. This module coordinates this exchange by starting an smtp server to accept the returned message. The server that is sent to (using send_receive) must be configured to send responses to the correct address (as specified by start_exn).