introduce smtp_key in order to use 2 different sendinblue keys

client_key is exposed to the client via gon, so if we use it for sending email too we are exposing a key so anybody could send an email.
The current client_key has a different level of right and can't send emails so it's ok to expose it.
This commit is contained in:
clemkeirua 2019-11-05 09:38:08 +01:00 committed by simon lehericey
parent 959aacdea5
commit 04c13190c3
5 changed files with 5 additions and 3 deletions

View file

@ -50,6 +50,7 @@ SENDINBLUE_BALANCING=""
SENDINBLUE_BALANCING_VALUE=""
SENDINBLUE_ENABLED=""
SENDINBLUE_CLIENT_KEY=""
SENDINBLUE_SMTP_KEY=""
SENDINBLUE_USER_NAME=""