I get the following when I use Maintenance > Diagnostics > Email
My settings are correct, but I can't get it to work.
Any help is appreciated!
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 (Network is unreachable) in phar://.../vb/vb.phar/mail/smtp.php on line 189 Warning: Unable to connect to SMTP server in phar://.../vb/vb.phar/mail/smtp.php on line 155
The following errors were outputted by PHP when attempting to send mail:
Warning: fsockopen(): unable to connect to tcp://smtp.gmail.com:587 (Network is unreachable) in phar://.../vb/vb.phar/mail/smtp.php on line 189 Warning: Unable to connect to SMTP server in phar://.../vb/vb.phar/mail/smtp.php on line 155
Any help is appreciated!
Comment