[Trac] EMail notifications

Brian Duke bpduke at gmail.com
Mon Jun 27 08:41:53 CDT 2005


I noticed this previous thread on emails. This solution would work ok
if everyone was on the same email domain, which of course my users are
not :). This would be a nice feature to have. I also didn't see the
smtp_domain trac.ini option documented anywhere.

Another question I have is is it possible to select what notifications
are sent? I would like to just have emails sent when someone is
assigned a new ticket, not whenever a change is made to it. Can anyone
suggest a way to do this?

Thanks,
Brian


---------------------------

Hi!

Eike Jordan wrote:

 > The mail system then is
> resposible for the mapping to 'user at thyr.de'. Another possible solution 
> could be if one can add such kind of mapping into trac.ini:
> 
> [notification]
> smtp_password =
> smtp_enabled = true
> smtp_replyto = vs at fiz-chemie.de
> smtp_always_cc =
 > always_notify_reporter = true
> smtp_from = vs.notification at fiz-chemie.de
> smtp_server = mail.fiz-chemie.de
> smtp_user =
> 
> [mapping]
> user = user at thyr.de
> ...

or just setting the domain s/w instead of mapping each user:

  smtp_domain = thyr.de

--
zed


More information about the Trac mailing list