Fixed
Project:
Easy Email
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
3 Jul 2026 at 15:38 UTC
Updated:
9 Jul 2026 at 13:09 UTC
Jump to comment: Most recent
As of Drupal 11.4, config data is no longer imported as-is. Data is now cast to match its schema on save. The Easy Email schema defines max_attachment_size as a float, but the config value is the integer 10. This is saved as 10.0, causing a mismatch between the config and the schema. This breaks recipes that import easy_email config.
easy_email.The configuration 'easy_email.settings' exists already and does not match the recipe's configuration
Set max_attachment_size config value to 10.0.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
zengenuity commentedMerged and released in 3.0.9.
Thanks!