Edgewall Software

Ticket #448 (closed enhancement: fixed)

Opened 4 years ago

Last modified 2 years ago

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

trac-r599-smtp_from.patch (1.6 kB) - added by mrowe@… 4 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.

Change History

Changed 4 years ago by mrowe@…

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.

Changed 4 years ago by daniel

  • owner changed from jonas to daniel
  • status changed from new to assigned
  • milestone set to 0.7.1

Excellent idea, and many thanks for the patch. :)

Changed 4 years ago by daniel

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [625]. Merge to stable in [626].

Add/Change #448 (Ability to specify the 'From' address for notification emails separate from the 'Reply-To' address)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.