6
I need to edit the php.ini
no Cpanel, but I can’t find the service configuration panel. I’m trying to send email with codeigniter in the localhost worked using Xampp, but online at Cpanel gives this error:
PHP Error was encountered
Severity: Warning
Message: fsockopen(): Unable to connect to ssl://smtp.googlemail.com:465 (Connection timed out) Filename: Libraries/Email.php
Line Number: 1950
Backtrace:
File: /home/sermulhe/public_html/application/controllers/Frontend_ctrl.php
Line: 261
Function: send
File: /home/sermulhe/public_html/index.php
Line: 292
Function: require_once
Just so I understand the problem better, what would be the relation of php.ini with the mentioned error in this case? If it were timeout from the script I would even understand. Your idea is to mess with the connection time of the
fsockopen
via php.ini?– Bacco