View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016733 | phpList 3 application | Campaign Send Process | public | 29-12-12 00:45 | 29-12-12 00:56 |
Reporter | stderr | ||||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.19 | ||||
Target Version | Fixed in Version | 2.11.7 | |||
Summary | 0016733: SMTP port can not be changed | ||||
Description | The configuration provides a PHPMAILERHOST setting but always uses port 25 for submission. Some servers use 25 only for unauthenticated mail and expect logins on port 587; some even use completely non-standard ports for bulk submissions. Adding support is trivial using the following lines after line 35 in admin/class.phplistmailer.php if (defined('PHPMAILERPORT') && PHPMAILERPORT != '') { $this->Port = PHPMAILERPORT; } | ||||
Tags | No tags attached. | ||||