June 6, 201411 yr I'm using v1 of the Email plugin and have a script working on the client side. Email sends without a problem. But when I flip it over to the server I'm getting a connection error. It won't connect to my SMTP host. The exact same script is failing on the server. Any ideas why? I'm using Server 13 on OS X 10.9.3. Thanks! jared
June 10, 201411 yr Newbies Hello Jared, It sounds like your server port 25, or port 465 if you're using SSL, is either closed or blocked by a firewall (or by the ISP). In your connection script, are you using EmailLastError after EmailConnectSMTP? Does it give you a specific error?
Create an account or sign in to comment