Skip to main content

start_receiver

Function start_receiver 

Source
pub fn start_receiver(bind: &str) -> Result<Value, String>
Expand description

Start the local SMTP receiver on bind (e.g. 127.0.0.1:2525 or 0.0.0.0:2525). Idempotent if already running on the same bind.