10060 is the error number, not the port. It simply means "timeout error".philm00x wrote: I'm pretty sure I've set my email settings properly but don't understand why it's not working. I've verified with my host what the SMTP server address is and the port it is trying to access is apparently 10060. Originally it was set to 25. Would that make a difference?
PHP Information, under PHP Core, the allow_url_fopen line is Off. How do I turn it to On?ric323 wrote:10060 is the error number, not the port. It simply means "timeout error".philm00x wrote: I'm pretty sure I've set my email settings properly but don't understand why it's not working. I've verified with my host what the SMTP server address is and the port it is trying to access is apparently 10060. Originally it was set to 25. Would that make a difference?
Almost certainly, the port should be 25.
This error is saying that your web server cannot connect with the SMTP server you are specifying.
Please show a screen capture of your email settings page. Make sure no passwords are visible.
Also, just to make sure your web host isn't jerking you around, please check that they haven't prevented PHP from making any connections.
In your board's ACP -> "PHP Information", what is the value for the following directive in the PHP Core section:
allow_url_fopen
Code: Select all
allow_url_fopen = on