summaryrefslogtreecommitdiff
path: root/Rocket.toml
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-07-25 20:36:15 +0200
committerpennae <github@quasiparticle.net>2022-07-25 20:36:15 +0200
commit38e3b847f5f3e1bd40fa6261c3b313f4bab7af85 (patch)
tree2f0753230f41f603d5480e3dfa19958c339210ba /Rocket.toml
parenta0e8836d9c25ecb29aa6f8b701b8f9cf72b09607 (diff)
downloadminor-skulk-38e3b847f5f3e1bd40fa6261c3b313f4bab7af85.tar.gz
minor-skulk-38e3b847f5f3e1bd40fa6261c3b313f4bab7af85.tar.xz
minor-skulk-38e3b847f5f3e1bd40fa6261c3b313f4bab7af85.zip
add support for smtp authentication
Diffstat (limited to 'Rocket.toml')
-rw-r--r--Rocket.toml14
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.