View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020192 | phpList 3 application | General | public | 29-04-20 16:20 | 29-04-20 16:21 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.4.9 | ||||
Target Version | 3.5.0 | Fixed in Version | 3.5.0 | ||
Summary | 0020192: Simplify the use of the phpmailer addCustomHeader() method | ||||
Description | Simplify the use of the phpmailer addCustomHeader() method to avoid unnecessary joining of the header name and header value. phpmailer immediately converts that back to header name and header value. Remove some redundant methods: build_message() is not used anywhere in the phplist code CreateBody() overrides the parent method but now doesn't add anything Send() also overrides the parent method but doesn't add anything and doesn't appear to be called from anywhere Remove unused parameters $headers and $envelope from compatSend(). | ||||
Tags | No tags attached. | ||||