pub fn start_receiver(bind: &str) -> Result<Value, String>
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.
bind
127.0.0.1:2525
0.0.0.0:2525