Make WordPress Core

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: benoitchantre's profile benoitchantre 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)

#1 @wido
6 years ago

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?

#2 @ideag
3 years ago

Which message is this referring to? I can't seem to find a non-filterable one. @benoitchantre could you clarify?

#3 @realloc
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.

#4 @realloc
6 months ago

  • Keywords reporter-feedback added
  • Priority changed from normal to low
Note: See TracTickets for help on using tickets.