Any email notification is sending only to CC set in the trac.ini notification part. Also I have set use_public_cc to true
Here is my [notifications] part [notification] admit_domains = always_notify_owner = false always_notify_reporter = false always_notify_updater = true ignore_domains = mime_encoding = base64 sendmail_path = smtp_always_bcc = smtp_always_cc = adam.interact@… smtp_default_domain = smtp_enabled = true smtp_from = trac.null@… smtp_from_name = Trac Null smtp_password = smtp_port = 587 smtp_replyto = trac.nullt@… smtp_server = smtp.gmail.com smtp_subject_prefix = default smtp_user = trac.null@… ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = true use_short_addr = false use_tls = true Notification email is sending only to CC, TO field is empty and I suspect to have there an email of a person for which a new ticket is assigned (as an example). -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
