Skip to main content

set_password_resolver

Function set_password_resolver 

Source
pub fn set_password_resolver<F>(resolver: F)
where F: Fn() -> Option<String> + Send + Sync + 'static,
Expand description

Wire the SMTP-password resolver. Core calls this once at startup with a closure over its smtp_auth store. Idempotent replace.