November 5, 201015 yr 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,
November 6, 201015 yr 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?
November 8, 201015 yr Author 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.
Create an account or sign in to comment