Hi all, i´m getting this error when an user register at website, actually i´m using sendgrid
192.168.1.4 www.mydomain.com 27-01-2016 19:06:32 PID56a907286d4ab - L2 credit_hook_rate_setusercredit # saved uid:25 balance:1
192.168.1.4 www.mydomain.com 27-01-2016 19:06:32 PID56a907286d4ab - L3 credit_add # updated uid:25 credit:1
192.168.1.4 www.mydomain.com 27-01-2016 19:06:32 PID56a907286d4ab - L2 user_add # registered status:4 u:Angeles uid:25 email:user@gmail.com ip:192.168.1.4 mobile:677367440 credit:1.000
192.168.1.4 www.mydomain.com 27-01-2016 19:06:32 PID56a907286d4ab - L2 sendmail # start from:me@mydomain.com to:user@gmail.com subject:New account registrered
192.168.1.4 www.mydomain.com 27-01-2016 19:07:32 PID56a907286d4ab - L2 sendmail # end with error:it was not possible to read line from socket
I am using sendgrid and i have verified with outlook the smtp can be accesed ok with sendgrid username and pass.
The data in config.php:
$core_config[‘smtp’][‘relm’] = ‘sendgrid.net’; // yes, not realm, it’s relm
$core_config[‘smtp’][‘user’] = ‘mysendgridusername’; <- i have tried the email account too. X-(
$core_config[‘smtp’][‘pass’] = ‘mysendgridpass’;
$core_config[‘smtp’][‘host’] = ‘smtp.sendgrid.net’;
$core_config[‘smtp’][‘port’] = ‘465’; <–i have tried all ports (25, 587 and 465)
is posible that any php smtp library at core/sendmail directory can be obsolete? Is there any other config file to setup?
Thanks.