xLosT
Member
have a 8.6 server with the old version of Gesior my smtp server works perfectly, I am configuring a new server on tfs 1.0 and the new Gesior however sending email not working
i dont using firewall
i dont using firewall
PHP:
An error occorred while sending email
PHP:
# Emails Config
$config['site']['send_emails'] = true;
$config['site']['mail_address'] = "[email protected]";
$config['site']['smtp_enabled'] = true;
$config['site']['smtp_host'] = "64.31.30.90";
$config['site']['smtp_port'] = 25;
$config['site']['smtp_auth'] = true;
$config['site']['smtp_user'] = "[email protected]";
$config['site']['smtp_pass'] = "xxxxx";
Last edited: