Hello, I configured my Trac.ini to recieve notifications when I create a ticket, but I see that only reporter is been notified, [i.e; smtp_from : [email protected]] but there is no Email sent to smtp-to address. Could somebody guide me with this please?
I am using TRAC 1.2.1, and here is my trac.ini configuration: [notification] admit_domains = always_notify_owner = true always_notify_reporter = true always_notify_updater = true ambiguous_char_width = single default_format.email = text/plain email_address_resolvers = SessionEmailResolver email_sender = SmtpEmailSender ignore_domains = message_id_hash = md5 mime_encoding = base64 sendmail_path = sendmail smtp_always_bcc = smtp_always_cc = smtp_default_domain = smtp_enabled = true smtp_from = [email protected] smtp_from_author = enabled smtp_from_name = abcd smtp_password = abcd1234 smtp_port = 25 smtp_replyto = [email protected] smtp_server = smtp.gmail.com smtp_subject_prefix = __default__ smtp_to = [email protected] smtp_user = [email protected] ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = true Thank you SF -- 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.
