I installed phpList
on localhost to test it out but I am not able to send any mails.
Is it possible to do this from localhost. I am using WAMP.
I have installed it successfully and also configured some options.
These are other configurations I have done..
define("PHPMAILERHOST",'smtp.gmail.com:465');
$phpmailer_smtpuser = '######@gmail.com';
$phpmailer_smtppassword = '#####';
define('PHPMAILERPORT',465);
Any help will be highly appreciated. :-)
Got it to work with PHPList 3.0.5
Here comes the
config/config.php
excerpt:Unfortunetely, I had also to edit the
admin/class.phplistmailer.php
:$this->SMTPSecure = $GLOBALS['phpmailer_smtpsecure'];
above each ocurrence of$this->SMTPAuth = true;
$this->Helo = getConfig("website");
I haven't replaced the PHPMailer 5.2.5 that comes with PHPList 3.0.5