Struct mailstrom::Config [] [src]

pub struct Config {
    pub helo_name: String,
    pub smtp_timeout_secs: u64,
    pub base_resend_delay_secs: u64,
    pub resolver_config: ResolverConfig,
    pub resolver_opts: ResolverOpts,
    pub require_tls: bool,
}

Fields

Trait Implementations

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Config
[src]

[src]

Returns the "default value" for a type. Read more