View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018085 | phpList 3 application | Configuration | public | 15-04-16 15:11 | 16-01-19 09:46 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2.4 | ||||
Fixed in Version | 3.2.5 | ||||
Summary | 0018085: Update example of using alternative phpmailer | ||||
Description | In config_extended.php the example of using an alternative version of phpmailer needs updating to refer to the autoload file, instead of the phpmailer class file. # you can specify the location of the phpMailer class here # if not set, the version included in the distribution will be used ## eg for Debian based systems, it may be something like the example below ## when you do this, you may need to run some tests, to see if the phpMailer version ## you have works ok #define ('PHPMAILER_PATH','/usr/share/php/libphp-phpmailer/class.phpmailer.php'); change to # you can specify the location of the phpMailer autoload file here # if not set, the version included in the distribution will be used ## eg for Debian based systems, it may be something like the example below ## when you do this, you may need to run some tests, to see if the phpMailer version ## you have works ok #define ('PHPMAILER_PATH','/usr/share/php/libphp-phpmailer/PHPMailerAutoload.php'); But the phpmailer version needs to be fairly recent, since it added autoloading. I tried installing phpmailer on ubuntu and it installed an older version without autoloading. | ||||
Tags | No tags attached. | ||||