hi i am using codeigniter and gmail smtp.
in my localhost it works fine but when I uploaded it, it keeps on giving me this error:
A PHP Error was encountered
Severity: Warning
Message: fsockopen(): unable to connect to ssl://smtp.gmail.com:465 (Connection timed out)
Filename: libraries/Email.php
Line Number: 1690
An Error Was Encountered
The following SMTP error was encountered: 110 Connection timed out
Unable to send data: AUTH LOGIN
Failed to send AUTH LOGIN command. Error:
Unable to send data: MAIL FROM:
I was wondering if this is a server error or ISP error. Thank you!
Any help would be appreciated.
in my localhost it works fine but when I uploaded it, it keeps on giving me this error:
A PHP Error was encountered
Severity: Warning
Message: fsockopen(): unable to connect to ssl://smtp.gmail.com:465 (Connection timed out)
Filename: libraries/Email.php
Line Number: 1690
An Error Was Encountered
The following SMTP error was encountered: 110 Connection timed out
Unable to send data: AUTH LOGIN
Failed to send AUTH LOGIN command. Error:
Unable to send data: MAIL FROM:
I was wondering if this is a server error or ISP error. Thank you!
Any help would be appreciated.