Anonymous | Login | Signup for a new account | 2024-10-10 12:40 CDT |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Relationship Graph | [ View Issue ] [ Dependency Graph ] | |||
|
||||
|
Viewing Issue Simple Details | |||||
ID | Category | Type | Reproducibility | Date Submitted | Last Update |
0001238 | [In-Portal CMS] Email Templates | bug report | always | 2012-03-30 11:15 | 2012-07-25 05:31 |
Reporter | alex | View Status | public | ||
Assigned To | alex | ||||
Priority | normal | Resolution | fixed | ||
Status | closed | ||||
Summary | 0001238: Giving empty "to_name" and "to_email" parameters during e-mail sending results in Fatal Error | ||||
Description |
I recently had a case, when I was sending a e-mail to subscribers, but each of them had either email or user id filled-in. I used following code: $send_params = Array (); $send_params['to_name'] = $email; $send_params['to_email'] = $email; $this->Application->EmailEventUser('EVENT.NAME', $user_id, $send_params); And I've discovered a bug, that when user have $id, but not e-mail empty recipient is added resulting Fatal Error during e-mail sending. |
||||
Additional Information |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic In-Portal Open Source CMS |