pub fn set_password_resolver<F>(resolver: F)where F: Fn() -> Option<String> + Send + Sync + 'static,
Wire the SMTP-password resolver. Core calls this once at startup with a closure over its smtp_auth store. Idempotent replace.
smtp_auth