Quote from: ConseilsWeb at Jun 02, 2007, 08:29 AM
I wrote a post in this thread on how to add support for authenticated SMTP servers, just look somewhere between page 1 and page 7. 
Edit: here’s the link to my post: http://modxcms.com/forums/index.php/topic,6450.msg87717.html#msg87717
Thanks for your help! I made the changes suggested in the post you linked to. When I now attempt to test a subscription entry to the form, the result after clicking submit is the following error:
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »
PHP error debug
Error: fsockopen(): php_network_getaddresses: getaddrinfo failed: Name or service not known
Error type/ Nr.: Warning - 2
File: /home/httpd/vhosts/harryjenkins.com/httpdocs/assets/modules/koopsmailinglist/Swift/Swift/Swift_SMTP_Connection.php
Line: 145
Line 145 source: $this->socket = @fsockopen($server, $this->port, $errno, $errstr, $this->connectTimeout);
Parser timing
MySQL: 0.0027 s (6 Requests)
PHP: 0.4093 s
Total: 0.4120 s
I’m assuming (but hoping not cos the clients web host SUCKS) that this is something I need to speak to the web host about? Reading about this error on other php forums (found with a google search of the error message) suggests I need to change my hosts file? I’m not sure what that is or if I have access to this.
Thanks for the help getting this sorted out. My already impatient client is getting a bit too narky about this issue for my linking...
Quote from: ConseilsWeb at Jun 02, 2007, 08:29 AM
To helps figure out your problem, can you hover your mouse over one of these links and tell us what URL do you get in your status bar. It should look something like that: http://youhost.com/manager/index.php?a=112&id=3&p=0
Aren’t I the red-faced one. Here I was simply editing that line in the comments of the snippet, thinking that was what I needed to do. I didn’t even see the "Configuration" tab. Once I got the line into the right place, it found the module without a problem. The instructions’ wording could possibly be changed slightly to make it more obvious where to put the configuration for blind people like myself.