You are great Stefan!!!

It worked perfect. Thanks.

:D

On 4 ago, 10:51, Stefan <[email protected]> wrote:
> Hello,
>
> could you activate your debuggin and give us the error message from
> console / log-file
> to isolate the problem?
>
> Do you have an running smtp server on port 25 on the system, on which
> trac ist running?
> Your config file tells me so
>
> smtp_port = 25
> smtp_server = localhost
>
> the following line where added by an addon?
> it doesn't look correct, from my point of view...
> email_server = SendmailEmailSender
>
> I attach you an example logfile which uses an gmail smtp account
>
> [notification]
> admit_domains =
> always_notify_owner = false
> always_notify_reporter = false
> always_notify_updater = true
> ignore_domains =
> mime_encoding = base64
> smtp_always_bcc =
> smtp_always_cc =
> smtp_default_domain =
> smtp_enabled = false
> smtp_from = [email protected]
> smtp_from_name =
> smtp_password = ... my pw .....
> smtp_port = 587
> smtp_replyto = [email protected]
> smtp_server = smtp.googlemail.com
> smtp_subject_prefix = __default__
> smtp_user = ....my user ....
> ticket_subject_template = $prefix #$ticket.id: $summary
> use_public_cc = false
> use_short_addr = false
> use_tls = true
>
> Best Regards
>
> Stefan
>
> On 4 Aug., 15:21, nacho <[email protected]> wrote:
>
> > 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 [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.

Reply via email to