Put product name in comment email subject
Closed, ResolvedPublic

Description

It would be helpful if comment emails were grouped by the product.

I'm 90% certain that email subjects support variables.

It's been a while since I wrote SQL but I think it would go something like this?

UPDATE
	`mail_template`
SET
	`subject` = '[%product_title%] You received a new reply to your comment',
	`changed_at` = '2018-11-16 23:59:59'
WHERE (
	`name` = 'tpl_user_comment_reply_note';

UPDATE
	`mail_template`
SET
	`subject` = '[%product_title%] You Received A New Comment',
	`changed_at` = '2018-11-16 23:59:59'
WHERE (
	`name` = 'tpl_user_comment_note';
Zren created this task.Nov 16 2018, 8:39 PM
ronaldv moved this task from To Do to Work in Progress on the KDE Store board.Nov 19 2018, 8:32 AM
ronaldv added a subscriber: ronaldv.

Project name is now in the comments emails.

Zren added a comment.Nov 22 2018, 7:49 AM

Just got an owner email with the project name! Thanks ronald.

ngraham closed this task as Resolved.Nov 24 2018, 3:13 PM
ngraham claimed this task.
ngraham reassigned this task from ngraham to ronaldv.
ngraham added a subscriber: ngraham.