pub fn run(
account_name: impl AsRef<str>,
local_part: impl AsRef<str>,
domain: impl AsRef<str>,
defaults: Option<&WizardSmtpConfig>,
) -> PromptResult<WizardSmtpConfig>Available on crate features
smtp and wizard only.Expand description
Runs the interactive SMTP account wizard, returning the collected settings.