Hi, Yeah, yeah, newbie question. I'm trying to set up the notification, running a standAlone Trac on Windows. Here's the chunk from tac.ini:
[notification] admit_domains = myproj.com always_notify_owner = true always_notify_reporter = false always_notify_updater = true ambiguous_char_width = single batch_subject_template = $prefix Batch modify: $tickets_descr email_sender = SmtpEmailSender ignore_domains = mime_encoding = none sendmail_path = sendmail smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = false smtp_from = trac@localhost smtp_from_author = false smtp_from_name = smtp_password = smtp_port = 25 smtp_replyto = trac@localhost smtp_server = relay.myproj.com smtp_subject_prefix = __default__ smtp_user = ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = false I've set the logging level to debug, and found a couple of "e-mail related" comments in the log. 2016-02-07 12:46:11,503 Trac[authz_policy] DEBUG: Checking EMAIL_VIEW on *:*@* 2016-02-07 12:46:11,503 Trac[authz_policy] DEBUG: *:*@* matched section *@* for user anonymous 2016-02-07 12:46:11,503 Trac[perm] DEBUG: No policy allowed anonymous performing EMAIL_VIEW on None Any suggestions? Thanks! Amir -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
