A kick reminder on pear installation.
On centos/redhat :
yum install php-pear pear install -a Mail
On debian
apt-get install php-pear pear install -a Mail
Installation completed.
Now you can use pear to authenticate your SMTP connection.
Blog de Chrystophe Vergnaud
A kick reminder on pear installation.
yum install php-pear pear install -a Mail
apt-get install php-pear pear install -a Mail
Installation completed.
Now you can use pear to authenticate your SMTP connection.