Support new mailgun's API key format
This commit is contained in:
parent
1a0ffc5ace
commit
474a01f338
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue