Hi, i'm trying to enable the mail notification when a ticket is
created or modified.

I was looking here: http://trac.edgewall.org/wiki/TracNotification

I'm trying to use sendmail sender. My trac version is 0.12, my server
is Ubuntu. And my configuration in trac.ini is the following:

[notification]
always_notify_owner = true
always_notify_reporter = false
always_notify_updater = true
mime_encoding = base64
smtp_always_bcc =
smtp_always_cc =
smtp_default_domain =
smtp_enabled = true
email_server = SendmailEmailSender
sendmail_path = /usr/sbin/sendmail
smtp_from = t...@localhost
smtp_password =
smtp_port = 25
smtp_replyto = t...@localhost
smtp_server = localhost
smtp_subject_prefix = __default__
smtp_user =
use_public_cc = false
use_short_addr = false
use_tls = false

But when i modify a ticket trac doesn't send me a mail. What i'm i
missing? Is my config file wrong?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to