By 6 Luglio 2016 0 Comments

PHPLIST – Impostare un server SMTP alternativo

In PhpList è possibile impostare un server di invio SMTP alternativo, semplicemente modificando config.php, nel modo seguente:

define(“PHPMAILER”,1);
define(“PHPMAILERHOST”,’indirizzo_server’);
define(‘PHPMAILERPORT’,25);
$phpmailer_smtpuser = ‘utente’;
$phpmailer_smtppassword = ‘Passwd’;

server smtp phplist, phplist impostare smtp

Posted in: phpList

About the Author:

shared on wplocker.com