The from_email configuration setting is not being used to set the email's reply-to field
-----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
Change History (4)
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Cc: |
Michael Ching added; anonymous removed
|
While testing the changes I am about to checkin, I reconfirmed that the issue in #6007 still exists.