Posts: 228
Threads: 28
Joined: Jan 2010
Reputation:
0
Hello
I am using Slices Mailer Include.
I've used it for about half a year. Recently I saw that registration mails aren't sent from the server anymore. After some research, I found that the HTTP function is returning "HTTP_ERROR_CANT_CONNECT - 3".
What does it mean and what should I do?
Thank you
Posts: 1,003
Threads: 31
Joined: Jul 2013
Reputation:
0
Which web server did you upload the mailer.php (or mail, w/e) file which came with Slice's mailer to? It might be down, if it's critical, upload it to a new, and faster server.
Posts: 228
Threads: 28
Joined: Jan 2010
Reputation:
0
To my own vps server, where forum and game server are located. That can't be the problem.
Posts: 1,177
Threads: 27
Joined: Sep 2011
Reputation:
0
Make sure that apache (httpd) is running on the server with the PHP file on it..
Posts: 228
Threads: 28
Joined: Jan 2010
Reputation:
0
It is running. My website is online and functional.
What does the "HTTP_ERROR_CANT_CONNECT" mean?
Edit: tested the php_mail() function via the web (with a php test script), it is working and sending mail as it should.
So what could be the issue with the game server being unable to "connect" to the web script?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Did you change anything on the web server recently? The user agent might be blocked.