Dynamic Mail Config
#39612
Replies: 1 comment 4 replies
-
Bump. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When setting the mail config via Config::set on running jobs I suppose one is changing the config in a project level.
When having multiple dynamic mail configs fetched from somewhere there is a chance of config overlapping:
Example: fetch config 1 , set config 1 , send email 1 with config 1.
But if there is config 2 also being set at the same time you might risk sending email 1 with config 2.
Beta Was this translation helpful? Give feedback.
All reactions