Ticket #448 (closed enhancement: fixed)
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: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.


