romenov Posted November 5, 2010 Posted November 5, 2010 Hi, I have a server that sends notifications via SMTP when a record is updated, it works fine most of the time, but then again it also happens often that I get a connection refused error (while there is nothing wrong with the SMTP server) Any clues as to what's going on? Kind regards,
Wim Decorte Posted November 6, 2010 Posted November 6, 2010 Check the logs on the SMTP server. Could it be that too many SMTP connections are attempted at the same time? How do you check the records? A server-side FM script?
romenov Posted November 8, 2010 Author Posted November 8, 2010 Thanks for your reply. The records are indeed checked with a server side FM script. I will check the logs, but I doubt that it attempts to make too many SMTP connections. Right now I'm in dev mode, and say when I create a record I let it send an email to notify that a record has been made.
Recommended Posts
This topic is 5128 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now