ciao, mi aggancio a questo thread piuttosto che creare un nuovo post.
nel mio caso le email d'iscrizione nuovo utente arrivano in spam degli studenti, anche io ho pensato di configurare smtp ma anche io non ho la possibilità di farlo da interfaccia. mi chiedevo se fosse possibile farlo modificando il file config.php in riferimento ai valori smtp
da originale
$cfg['use_smtp_database'] = 'off';
$cfg['use_smtp'] = 'off';
$cfg['smtp_host'] = ' '; // Options: hostname;hostname:port;...
$cfg['smtp_port'] = ' '; // Options: '' (default port) , port number
$cfg['smtp_secure'] = 'ssl'; // Options: "", "ssl", "tls"
$cfg['smtp_auto_tls'] = 'on'; // Options: true, false
$cfg['smtp_user'] = ' ';
$cfg['smtp_pwd'] = '';
$cfg['smtp_debug'] = '0'; // Options: debug level 0,1,2,3,...
a
$cfg['use_smtp_database'] = 'off'; lascio off?
$cfg['use_smtp'] = 'on';
$cfg['smtp_host'] = 'smtp.miosito.it'; // Options: hostname;hostname:port;...
$cfg['smtp_port'] = ' numeroporta'; // Options: '' (default port) , port number
$cfg['smtp_secure'] = 'ssl'; // Options: "", "ssl", "tls"
$cfg['smtp_auto_tls'] = 'on'; // Options: true, false
$cfg['smtp_user'] = '
[email protected]';
$cfg['smtp_pwd'] = 'passwordemail';
$cfg['smtp_debug'] = '0'; // Options: debug level 0,1,2,3,...
è corretto? grazie