vsmtp-config 1.1.0

Next-gen MTA. Secured, Faster and Greener
docs.rs failed to build vsmtp-config-1.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: vsmtp-config-2.2.1

vSMTP configuration

This module contains the configuration for the vSMTP server.

Configuration

The type [Config] expose two methods :

  • [Config::builder] to create a new configuration builder.
  • [Config::from_toml] to read a configuration from a TOML file.

Example

You can find examples of TOML file at https://github.com/viridIT/vSMTP/tree/develop/examples/config

Fields

TODO!