summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/accounts_table15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index b9de9042..27e7529a 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -169,3 +169,18 @@
:type: string
:default: None
+
+.. _case-sensitive-username:
+
+.. describe:: case_sensitive_username
+
+ Whether the server treats the address as case-senstive or
+ case-insensitve (True for the former, False for the latter)
+
+ .. note:: The vast majority (if not all) SMTP servers in modern use
+ treat usernames as case insenstive, you should only set
+ this if you know that you need it.
+
+ :type: boolean
+ :default: False
+