Hi Kevin, There's no support for this today, but it's something that could be added. We have a series of EmailHook classes that we could use to modify more data for e-mails. Right now it only supports augmenting the To/CC fields.
There's a couple of options I can recommend right now: 1) If you feel comfortable with Python and want to work on a patch for Review Board, we can discuss the best options for adding subject modification, and get that into a 2.5.x release. 2) Otherwise, you'd need to disable e-mail and write an extension that re-adds all the signal connectivity needed to send out e-mails, and all the e-mail sending code. More work than option #1, certainly. Christian -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> On Mon, Apr 24, 2017 at 5:45 PM, Kevin Yu <[email protected]> wrote: > Hi, > > I'm wondering there is any way to update the notification subject before > sending out email. We would like add some information to the notification > email subject, which is currently using the review request's summary. > > I've created https://hellosplat.com/s/beanbag/tickets/4544/ as feature > request but so far no news. > > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
