FIX: need to use mailgun's secrect API key instead of the public key
This commit is contained in:
parent
bfc8b3362b
commit
ee257a2bb0
|
@ -584,7 +584,7 @@ email:
|
|||
default: ''
|
||||
mailgun_api_key:
|
||||
default: ''
|
||||
regex: '^pubkey-\h{32}$'
|
||||
regex: '^key-\h{32}$'
|
||||
|
||||
|
||||
files:
|
||||
|
|
Loading…
Reference in New Issue