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

Do string_replace for all registered email tags, not just {email} #611

Closed
mathetos opened this issue May 5, 2016 · 1 comment
Closed

Comments

@mathetos
Copy link
Member

mathetos commented May 5, 2016

Currently, when working with the email templates, we have a function to render the Donation Receipt text with a string_replace that looks for the {email} tag.

But if I were to take another registered email tag, like {fullname} and put it in my HTML email template outside of the {email} tag, it won't be rendered at all.

I think it would provide a lot more flexibility for custom email templates to be able to render any of the registered email tags anywhere throughout the HTML email template.

@DevinWalker
Copy link
Member

Closed in favor of #1346

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

3 participants