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 : 
exam...@gmail.com] 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 = a...@gmail.com
smtp_from_author = enabled
smtp_from_name = abcd
smtp_password = abcd1234
smtp_port = 25
smtp_replyto = a...@gmail.com
smtp_server = smtp.gmail.com
smtp_subject_prefix = __default__
smtp_to = p...@gmail.com
smtp_user = a...@gmail.com
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 trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to