Opened 8 years ago
Last modified 6 months ago
#43653 new defect (bug)
Allow to filter the final message of signup user notification email
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | low |
| Severity: | normal | Version: | 4.9.5 |
| Component: | Networks and Sites | Keywords: | reporter-feedback |
| Focuses: | multisite | Cc: |
Description
When a signup user notification is sent, we cannot filter the final message contained in $message.
We can only filter one part of the message.
This prevent us to send nice formatted emails using HTML (to send a formatted email, we need add include the message inside an HTML template).
Change History (4)
#2
@
3 years ago
Which message is this referring to? I can't seem to find a non-filterable one. @benoitchantre could you clarify?
#3
@
9 months ago
Just a quick note regarding the original comment: while it might have been harder to customize email content at the time, things have improved since then. Today, WordPress core includes several filters that make it easier to modify the emails it sends.
A helpful overview of these core capabilities is compiled in @johnbillion’s wp_mail repository.
What about a page setting where it's possible to write a custom message in a tinymce (may be in future with gutenberg) and support for a small (expandible) set of placeholders?