Anonymous | Login | Signup for a new account | 2021-04-16 12:11 BST | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001809 | SiT! | outbound email | public | 2012-10-09 20:55 | 2013-07-03 13:44 | ||||
Reporter | SLionB | ||||||||
Assigned To | paulh | ||||||||
Priority | immediate | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | Linux | OS | Linux | OS Version | 2.6+later | ||||
Product Version | 3.65 LTS | ||||||||
Target Version | 3.68 | Fixed in Version | Current SVN | ||||||
Summary | 0001809: CC and BCC recipients used in Templates are ignored by Email Triggers | ||||||||
Description | CC and BCC recipients used in Templates are ignored by Email Triggers | ||||||||
Steps To Reproduce | in functions.inc.php function send_email($to, $from, $subject, $body, $replyto='', $cc='', $bcc='') in function body the local variables used for cc and bcc are not the function parameters if (!empty($email_cc)) { $extra_headers .= "CC: {$cc}" . $crlf; } if (!empty($email_bcc)) { $extra_headers .= "BCC: {$bcc}" . $crlf; } $email_cc and $email_bcc must be replaced by $cc, and $bcc | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
ivan (administrator) 2012-10-12 11:52 |
Thanks for the bug report. I can confirm this. |
paulh (administrator) 2013-04-01 19:58 |
Thanks SLionB, this is now resolves in r7574 and git 2975ea68547804aee3d8885c48b4525fefe2f87a |
![]() |
|||
Date Modified | Username | Field | Change |
2012-10-09 20:55 | SLionB | New Issue | |
2012-10-12 11:52 | ivan | Note Added: 0004545 | |
2012-10-12 11:52 | ivan | Assigned To | => ivan |
2012-10-12 11:52 | ivan | Status | new => confirmed |
2013-04-01 19:58 | paulh | Note Added: 0004762 | |
2013-04-01 19:58 | paulh | Assigned To | ivan => paulh |
2013-04-01 19:58 | paulh | Status | confirmed => resolved |
2013-04-01 19:58 | paulh | Resolution | open => fixed |
2013-04-01 19:58 | paulh | Fixed in Version | => Current SVN |
2013-07-03 13:44 | ivan | Target Version | => 3.68 |
Copyright © 2000 - 2021 MantisBT Team |