Modify ↓
Opened 15 years ago
Closed 15 years ago
#108 closed setup (fixed)
Apple Mail can't reply to existing tickets
Reported by: | pvz@… | Owned by: | bas |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | email2trac | Version: | 0.4 |
Keywords: | Cc: |
Description
When trying to reply to an e-mail sent by Trac, the From:-address does not appear in the To:-field. Instead it it blank. Not sure what might be causing that. Anyway, I guess that's a problem with Trac, not with email2trac, since that's what's responsible for sending out updates to start with... but since typically people don't reply to Trac tickets unless there is email2trac, I figured asking here would be a good place to start.
I'm attaching the source code of an e-mail that exhibits the described behaviour.
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Was able to solve this by comparing to the notification mail I got off this trac. Seems that making Trac send e-mail using a Reply-To field solved the problem. Why it didn't work in the first place, I might never know.