Modify ↓
      
        Opened 17 years ago
Closed 17 years ago
#4010 closed defect (invalid)
users who have not toggled ticket email notification type will default to text/text
| Reported by: | Owned by: | Steve Romanow | |
|---|---|---|---|
| Priority: | normal | Component: | AnnouncerPlugin | 
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.11 | 
Description
When you look at a users preferences on my trac, it says text/html is the setting, but the action that occurs is test/test. I have to change to preference from html to text, save it, then back to html for a user to receive html formatted ticket notifications.
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
| Owner: | changed from Robert Corsaro to Steve Romanow | 
|---|---|
| Status: | new → assigned | 
comment:2 Changed 17 years ago by
| Resolution: | → invalid | 
|---|---|
| Status: | assigned → closed | 
Note: See
        TracTickets for help on using
        tickets.
    



Was an unset trac.ini value.
default_email_format = text/htmlresolves the issue.