Hi guys, I'm trying to turn on the email notifications and having some problems. Notifications are not sent and here is what I see in the log:
====- 8< -=================================================== ... 2009-02-19 22:27:16,620 Trac[web_ui] ERROR: Failure sending notification on change to ticket #39: TypeError: character mapping must return integer, None or unicode ... ====- 8< -=================================================== I've searched around but surprisingly couldn't find even a single reference to this error message. Trac 11.3 on Open SUSE, latest version of Python 2.6. Here is the [notification] section: ====- 8< -=================================================== [notification] admit_domains =. always_notify_owner = true always_notify_reporter = true always_notify_updater = true ignore_domains =. mime_encoding = base64 smtp_always_bcc = [email protected] smtp_always_cc =. smtp_default_domain =. smtp_enabled = true smtp_from = [email protected] smtp_from_name = Trac smtp_password = smtp-password-here smtp_port = 25 smtp_replyto = [email protected] smtp_server = smtp.server.here smtp_subject_prefix = __default__ smtp_user = trac-email-user-here ticket_subject_template = $prefix #$ticket.id: $summary use_public_cc = false use_short_addr = false use_tls = false ====- 8< -=================================================== I would appreciate any ideas on how to fix this. Thanks! Victor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
