Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: allow defaults/overrides to ignore individual fields (turn off for specific properties) #447

Closed
bbottema opened this issue Feb 26, 2023 · 1 comment
Milestone

Comments

@bbottema
Copy link
Owner

With the defaults and overrides overhaul I'm doing to enable #297, when a (system) property for a default value is available, like a default FROM address in the property file, it is always applied to any email. sometimes though, you want to have an email where this default is not set for a specific property, perhaps because you want to leave it empty under certain conditions or because you are testing something.

bbottema added a commit that referenced this issue Feb 26, 2023
…ke sure they don't get a default value

#447: Added value-overriding control for individual properties, to make sure they don't get overridden
#297: Streamlined how defaults/overrides are determined by EmailGovernance and MiscUtil
#297: Removed the signByDefault methods from Mailer; signWithSmime on Email already works on for the defaults Email reference
#446: Added missing config properties for DKIM
@bbottema bbottema added this to the 8.0.0 milestone Mar 8, 2023
@bbottema
Copy link
Owner Author

bbottema commented Mar 8, 2023

Enhancement released in 8.0.0. You can now ignore specific fields on a specific Email instance for both defaulting and overriding.

@bbottema bbottema closed this as completed Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant