Ticket #8662 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

The from_email configuration setting is not being used to set the email's reply-to field

Reported by: rjollos Assigned to: rjollos
Priority: normal Component: FullBlogNotificationPlugin
Severity: normal Keywords:
Cc: mkc Trac Release: 0.11

Description

-----Original Message-----
From: Michael Ching [mailto:support@...]
Sent: Friday, April 01, 2011 15:50
To: Ryan Ollos
Subject: [#SAL-199588]: FullBlog plugin (FullBlogNotification, Tags)

In the code, I see it assigns:
headers['Reply-To'] = self.replyto_email

However, I do not see replyto_email being set anywhere.

You probably want to:
1.  Read the variable from the ini file in init()
2.  Default the value to from_email if not set

Attachments

Change History

04/03/11 05:35:58 changed by rjollos

  • status changed from new to assigned.

While testing the changes I am about to checkin, I reconfirmed that the issue in #6007 still exists.

04/03/11 05:41:04 changed by rjollos

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

(In [10013]) Fixes #8662: The reply_to_email configuration setting is now correctly used to set the email header reply-to field.

04/03/11 05:42:38 changed by rjollos

  • cc set to mkc.

04/03/11 06:03:18 changed by rjollos

(In [10014]) Refs #8662: Merged [10013] into the 0.12 branch.


Add/Change #8662 (The from_email configuration setting is not being used to set the email's reply-to field)




Change Properties
Action