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

Support for Token Replacement #3

Open
mitchelsellers opened this issue Aug 2, 2021 · 0 comments
Open

Support for Token Replacement #3

mitchelsellers opened this issue Aug 2, 2021 · 0 comments

Comments

@mitchelsellers
Copy link
Contributor

The current implementation of the Email Template Factory allows for a final email message to be integrated into a template.

This should be expanded to allow users to provide a second template, which would be pulled from the same location, but used for the actual content. For example.

BuildTemplatedMessage(string templatePath, List<KeyValuePair<string, string>> tokens);

This could then be chained with the BuildEmailContent() call.

@mitchelsellers mitchelsellers transferred this issue from IowaComputerGurus/netcore.utilities.email Aug 5, 2021
@mitchelsellers mitchelsellers changed the title Email Template Factory Support for Token Replacement Support for Token Replacement Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant