Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#8662 closed defect (fixed)

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

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Component: FullBlogNotificationPlugin
Severity: normal Keywords:
Cc: Michael Ching 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 (0)

Change History (4)

comment:1 Changed 13 years ago by Ryan J Ollos

Status: newassigned

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

comment:2 Changed 13 years ago by Ryan J Ollos

Resolution: fixed
Status: assignedclosed

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

comment:3 Changed 13 years ago by Ryan J Ollos

Cc: Michael Ching added; anonymous removed

comment:4 Changed 13 years ago by Ryan J Ollos

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

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.