$this->set( ‘base’, ‘mailer-host’, ‘exmail.actcart.com’);
$this->set( ‘base’, ‘mailer-port’, ’25’);
$this->set( ‘base’, ‘mailer-use-smtp’, true);
$this->set( ‘base’, ‘mailer-smtpAuth’, true);
$this->set( ‘base’, ‘mailer-username’, ‘[email protected]’);
$this->set( ‘base’, ‘mailer-password’, ‘K#SVRyc99’);
输入完正确的配置信息任然报错SMTP Error: Could not connect to SMTP host.原因可能是服务器的php.ini没有安装mailparse插件,安装即可.
Comments