feat: Add message_size_limit option (#86)
* feat: Add MESSAGE_SIZE_LIMIT configuration option (PR #86)
This commit is contained in:
@ -37,3 +37,6 @@
|
||||
|
||||
# Optional: This will disable (no) or enable (yes) the use of SMTPUTF8
|
||||
#SMTPUTF8_ENABLE=no
|
||||
|
||||
# Optional: This will use allow you to set a custom $message_size_limit value. Default is 10240000.
|
||||
#MESSAGE_SIZE_LIMIT=
|
||||
|
Reference in New Issue
Block a user