| Anonymous | Login | Signup for a new account | 02-09-10 22:06 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0015198 | phplist | HTML Email Support | public | 11-12-08 03:05 | 16-12-08 14:59 | |
| Reporter | user4374 | |||||
| Priority | normal | Severity | feature | Reproducibility | have not tried | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.11.3 | |||||
| Target Version | Fixed in Version | 2.11.X | ||||
| Summary | 0015198: a parsing error in class.phpmailer | |||||
| Description | i'm using last stable version and in class.phpmailer.php there is a error this is the original code $this->Username = $GLOBALS['$phpmailer_smtpuser']; $this->Password = $GLOBALS['phpmailer_smtppassword']; there is a error with the code it should be $this->Username = $GLOBALS['phpmailer_smtpuser']; $this->Password = $GLOBALS['phpmailer_smtppassword']; | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
| Copyright © 2000 - 2010 MantisBT Group |