I checked the solution on the vb forum and it seems to be unsuccessful. I opened openssl and tried to set 587 tsl, 465 ssl, the same error.
The mailing function returned an error while trying to send the mail. | |
The following errors were outputted by PHP when attempting to send mail: Warning: fsockopen(): unable to connect to tcp://smtp.gmail.com:587 (Connection timed out) in phar://.../vb/vb.phar/mail/smtp.php on line 188 Warning: Unable to connect to SMTP server in phar://.../vb/vb.phar/mail/smtp.php on line 154 |
Comment