Opened 12 years ago
Closed 12 years ago
#1898 closed bug (Fixed)
Email notifications do not include date/time they were sent
Reported by: | crenedecotret | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.4 |
Component: | Plugin | Version: | 1.3.2 |
Keywords: | Cc: |
Description
The notification plugin is successfully sending me emails, but they are not day/time stamped, causing them to end up completely at the end of my large mailbox.
I'm entering this as type "bug" because it greatly affects the plugin's effectiveness. I apologize if it should have been entered as "feature-request"
My linux distro is supplying version 1.3.2. I'm using Deluge as a daemon, and using both GUI and webUI
Change History (4)
comment:1 Changed 12 years ago by Cas
- Milestone changed from Future to 1.3.4
comment:2 Changed 12 years ago by Cas
- Resolution set to worksforme
- Status changed from new to closed
comment:3 Changed 12 years ago by Cas
- Resolution worksforme deleted
- Status changed from closed to reopened
damoxc made the point that some smtp may not include the so we should include the date in the header anyway.
comment:4 Changed 12 years ago by Cas
- Resolution set to fixed
- Status changed from reopened to closed
Fix committed to 1.3-stable: 1a8aa4b92
Note: See
TracTickets for help on using
tickets.
The date/time stamp will be added by the smtp server not in the message.
Testing with gmail smtp, the emails all arrive at the top of my inbox with the correct time and date.