use custom username and password for smtp
I use a smtp server with a different user and password than the pop server. so I need to specify a different user for SMTP.
Is there any solution.?
I'm thinking about modifying these lines, but I'm not sure if it's correct,
in include / pear / Mail
if (isset ($ params ['username'])) $ this-> username = $ params ['username'];
if (isset ($ params ['password'])) $ this-> password = $ params ['password'];
usar nombre de usuario y contraseña personalizada para smtp
Utilizo un servidor smtp con usuario y contraseña diferente al del servidor pop. entonces necesito como expecificar un usuario diferente para smtp.
¿hay algúna solución.?
estoy pensando en modificar estas lineas, pero no estoy seguro si sea correcto ,
en include/pear/Mail/smtp.php
if (isset($params['username'])) $this->username = $params['username'];
if (isset($params['password'])) $this->password = $params['password'];