Re: [Trac] Trac 1.2.3 Email Notification Issue

2019-03-05 Thread Peter Suter
Hi, On 06.03.2019 04:18, Jun Omae wrote: Hi, On Wed, Mar 6, 2019 at 3:48 AM Peter Suter wrote: I think this was discussed here: https://trac.edgewall.org/ticket/11002 I don't consider the ticket is related. In 1.0.x: * use_public_cc option and always_notify_reporter option are enabled,

Re: [Trac] Trac 1.2.3 Email Notification Issue

2019-03-05 Thread Peter Suter
Hi, I think this was discussed here: https://trac.edgewall.org/ticket/11002 If you need to change this, you could maybe try something similar as discussed here: https://trac.edgewall.org/wiki/CookBook/Notification/Email Let us know if that works for you. Cheers, Peter On 05.03.2019 17:51,

RE: [Trac] Trac 1.2.3 Email Notification Issue

2019-03-05 Thread Patty Cottrill
Hi Peter, Thank you for your response. As I understand it, this is normal behavior in this new version of Trac. The only way to change the behavior is to create a plugin; you cannot configure it in trac.ini. This is unfortunate because I really don’t want to hassle with creating a plugin.

[Trac] Trac 1.2.3 Email Notification Issue

2019-03-05 Thread Patty Cottrill
Hi Trac Users, I recently deployed a new Trac 1.2.3 server and I'm having issues with the email notifications. The To field is blank, even though I enabled the use_public_cc. Once I enabled it, the address that should be in the To field is being

RE: [Trac] Trac 1.2.3 Email Notification Issue -- Code for displaying To field

2019-03-05 Thread Patty Cottrill
Peter, Haha!!! Apparently, it was easier than I thought. (I feel like a Geico commercial.) I just created a .py file using the code you provided me and placed it in the environment’s plugin directory and Voilà it works!!! Thanks so much. -- Patty From: trac-users@googlegroups.com On Behalf

Re: [Trac] Trac 1.2.3 Email Notification Issue

2019-03-05 Thread Peter Suter
Hi Patty, Could you elaborate a bit on why and when the current behavior is a problem for you? And what exactly would have to be different? Is it just this? from trac.core import Component, implements from trac.notification.api import IEmailDecorator from trac.notification.mail

RE: [Trac] Trac 1.2.3 Email Notification Issue

2019-03-05 Thread Patty Cottrill
Peter, I think that using “undisclosed recipients” in the To field makes the email look suspicious and I’m concerned it might be filtered as spam. You make it sound very easy to create a plugin, but I’m guessing you can probably do this in your sleep. I reviewed the instructions, and to me it

Re: [Trac] Trac 1.2.3 Email Notification Issue

2019-03-05 Thread Jun Omae
Hi, On Wed, Mar 6, 2019 at 3:48 AM Peter Suter wrote: > I think this was discussed here: https://trac.edgewall.org/ticket/11002 I don't consider the ticket is related. In 1.0.x: * use_public_cc option and always_notify_reporter option are enabled, the reporter is listed in To field. *