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

Standardise email formatting #176

Open
matthewhilton opened this issue Aug 13, 2024 · 1 comment
Open

Standardise email formatting #176

matthewhilton opened this issue Aug 13, 2024 · 1 comment

Comments

@matthewhilton
Copy link
Contributor

Currently the formatting of emails is all over the place:

  • Fields such as confirmationmessage are editor form elements (hence are html), but the rest of the email related fields are just plaintext with no format.
  • Some functions use facetoface_send_notice but some don't leading to inconsistencies.
  • There is multiple layers/combinations of format_text, nl2br, html_to_text being applied that tends to mangle the output of any replacements
@danmarsden
Copy link
Member

Thanks @matthewhilton this has annoyed me for a while too so really nice to see it getting a tidy up!

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

2 participants