You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in most of the places where an email is sent at runtime, we use EmailTemplateManagerImpl which was used for previous Email Template v1 and v2 APIs.
Current Limitation
EmailTemplateManagerImpl
which was used for previous Email Template v1 and v2 APIs.Suggested Improvement
UnifiedTemplateManager
, which is more suited to be used at runtime since it returns the resolved template that should be sent for any scenario.Version
7.1.0-m6-SNAPSHOT
The text was updated successfully, but these errors were encountered: