Closed (fixed)
Project:
Mandrill
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jun 2020 at 06:26 UTC
Updated:
7 Jul 2021 at 22:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chintan.vyas commentedAdding a patch for getting overridden value of config for the mandrill API key.
Comment #3
johnzzonJust encountered this today. We set the API key from an environment variable in settings.php:
The patch above fixes the issue. Reason is because getEditable is mutable:
Comment #4
averagejoe3000+1 for RTBC. We've been using this patch in production for 11 months now without issue.
Comment #5
klaasvw commentedWe encountered a similar issue when trying to use the mandrill_template module. There were also a couple of instance there where
getshould be used instead ofgetEditableto allow settings.php overrides.The attached patch is based on #2 with support for the mandrill_template module.
Comment #6
chintan.vyas commentedComment #8
mariacha1 commentedThanks! Added to the 8.x-1.x branch.