ajout de la gem sendinblue

This commit is contained in:
clemkeirua 2020-10-06 20:24:08 +02:00
parent 27b8797296
commit d7fff61d5d
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,5 @@
require 'sib-api-v3-sdk'
SibApiV3Sdk.configure do |config|
config.api_key['api-key'] = ENV.fetch('SENDINBLUE_API_V3_KEY', '')
end