mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Support new mailgun's API key format
This commit is contained in:
@@ -832,7 +832,7 @@ email:
|
||||
default: ''
|
||||
mailgun_api_key:
|
||||
default: ''
|
||||
regex: '^key-\h{32}$'
|
||||
regex: '^(key-\h{32}|\h{32}-\h{8}-\h{8})$'
|
||||
bounce_score_threshold:
|
||||
client: true
|
||||
default: 4
|
||||
|
||||
Reference in New Issue
Block a user