Ability to specify the 'From' address for notification emails separate from the 'Reply-To' address
Reported by: |
mrowe@… |
Owned by: |
daniel |
Priority:
|
normal
|
Milestone:
|
0.7.1
|
Component:
|
general
|
Version:
|
0.7
|
Severity:
|
normal
|
Keywords:
|
|
Cc:
|
|
Branch:
|
|
Release Notes:
|
|
API Changes:
|
|
Internal Changes:
|
|
Currently Trac uses the smtp_replyto option for both the From and Reply-To headers. When smtp_alwayscc and smtp_replyto are both set to mailing lists hosted on sourceforge.net, Sourceforge's SMTP server rejects the notification emails as being "forged". This is because the From address is @lists.sourceforge.net but the message is being received from an external mail server.
The easiest way to solve this problem is to add an extra configuration option to specify the From address.
Attachments
(1)
- trac-r599-smtp_from.patch
(1.6 KB
) - added by mrowe@… 21 years ago.
- Patch that implements suggested solution. The modification to templates/ticket_notify_email.cs is to prevent the last line of the notification email from being run in to automatically appended email footers.
Download all attachments as:
.zip
Change History
(3)
Milestone: |
→ 0.7.1
|
Owner: |
changed from Jonas Borgström to daniel
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Patch that implements suggested solution. The modification to templates/ticket_notify_email.cs is to prevent the last line of the notification email from being run in to automatically appended email footers.