diff options
Diffstat (limited to 'Rocket.toml')
-rw-r--r-- | Rocket.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Rocket.toml b/Rocket.toml index 26cc045..476daf9 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -95,6 +95,20 @@ limits.bytes = "128 KiB" # #mail_port = 25 +# mail user (optional) +# +# user name to use in smtp auth with `mail_host`. no authentication +# will be attempted if unset. +# +#mail_user = user + +# mail password (optional) +# +# password to use in smtp auth with `mail_host`. no authentication +# will be attempted if unset. +# +#mail_password = verysecretpassword + # mail starttls support (optional) # # whether or not to use starttls for mail connections. |