Hi, I cannot get the email notifications to work. I get no errors in the
log. It seem like trac thinks the mail has been delivered:

2006-11-14 22:07:23,837 Trac[notification] DEBUG: Sending SMTP
notification to smtp.foo.com on port 25 to [u'[EMAIL PROTECTED]', u'[EMAIL 
PROTECTED]']

The real domains has been removed but they are right. The SMTP server is
an external (my ISP) but the email goes to my server.

But I never get any mail.

This is my settings from trac.ini (I am running 0.11dev btw)

[notification]


always_notify_owner = true
always_notify_reporter = true
always_notify_updater = true
mime_encoding = quoted-printable (tried base64 too)
smtp_always_bcc =
smtp_always_cc = [EMAIL PROTECTED]
smtp_default_domain = bar.com
smtp_enabled = true
smtp_from = [EMAIL PROTECTED]
smtp_password =
smtp_port = 25
smtp_replyto = [EMAIL PROTECTED]
smtp_server = smtp.foo.com
smtp_subject_prefix = __default__
smtp_user =
use_public_cc = false
use_short_addr = false
use_tls = false

I must have set some setting wrong, but I can't figure out what.
-- 


//*David Sveningsson [eXt]*

Freelance coder | Game Development Student
http://sidvind.com

Thou shalt make thy program's purpose and structure clear to thy fellow
man by using the One True Brace Style, even if thou likest it not, for
thy creativity is better used in solving problems than in creating
beautiful new impediments to understanding.

--~--~---------~--~----~------------~-------~--~----~
 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