Defect #12090
email recipients not written to action_mailer log if BCC recipients setting is checked
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email notifications | |||
Target version: | 2.2.0 | |||
Resolution: | Fixed | Affected version: | 2.1.0 |
Related issues
Associated revisions
Adds cc and bcc to email log messages (#12090).
History
#1
Updated by Toshi MARUYAMA over 9 years ago
- Category set to Email notifications
#2
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
#3
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from Closed to New
#4
Updated by Jean-Philippe Lang over 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 2.2.0
- Resolution set to Fixed
Fixed in r10683. Rails default behaviour was to log the recipients that are in the "To:" header only.
#5
Updated by Go MAEDA 11 months ago
- Related to Patch #31035: Remove redefinition of ActionMailer::LogSubscriber#deliver which is no longer necessary because of the removal of Setting.bcc_recipients added