Skip to:
Content

bbPress.org

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#3446 closed enhancement (fixed)

Reduce subscription email subject duplication

Reported by: dd32's profile dd32 Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6.10 Priority: normal
Severity: normal Version:
Component: API - Subscriptions Keywords:
Cc:

Description

bbPress email notifications for thread/forum subscriptions result in duplicated information, as both the Sender and the Email prefix is $blog_name.

Eg:

From: "Example.org Forums" <noreply@example.org>
Subject: [Example.org Forums] Help! My Topic Title!

This provides great context of what the email is, but also makes it harder to scan lots of emails notifications as the site name uses the most valuable space.

Spurred from https://meta.trac.wordpress.org/ticket/6079 / https://github.com/WordPress/wordpress.org/pull/59 I think it'd be reasonable to change it to something like this, where Forum Title is the forum in which the topic is created.

From: "Example.org Forums" <noreply@example.org>
Subject: [Forum Title] Help! My Topic Title!

Change History (3)

#1 @johnjamesjacoby
3 years ago

  • Milestone changed from Awaiting Review to 2.6.10
  • Owner set to johnjamesjacoby
  • Status changed from new to assigned

#2 @johnjamesjacoby
3 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 7249:

Subscriptions: use topic title in Subject, instead of site name.

This change adds helpful context to email subjects and eliminates duplication between From & Subject mail headers.

Props dd32.

In trunk, for 2.7.0.

Fixes #3446.

#3 @johnjamesjacoby
3 years ago

In 7250:

Subscriptions: use topic title in Subject, instead of site name.

This change adds helpful context to email subjects and eliminates duplication between From & Subject mail headers.

Props dd32.

In branches/2.6, for 2.6.10.

Fixes #3446.

Note: See TracTickets for help on using tickets.