Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello
i have installed Version 7.1.1 with PHPMAiler 6.0.3.
the Parameters which i change in the form Mailing parameters are not stored. after leaving the form and if i come back the Default is back.
also after i Input the new Parameters (esp. my SMTP Server) test mail give back "SMTP Connect failed" but i can Telnet port 25 our SMPT Server from this machine
thank you for your help
greetings
Norbert
i have installed Version 7.1.1 with PHPMAiler 6.0.3.
Please always install latest patch (current is V7.1.2)
the Parameters which i change in the form Mailing parameters are not stored. after leaving the form and if i come back the Default is back.
Check if these parameters exist in the parameters.php file : values is not file overwrite any other stored value.
after i Input the new Parameters (esp. my SMTP Server) test mail give back "SMTP Connect failed" but i can Telnet port 25 our SMPT Server from this machine
Telnet is not SMTP : SMTP connection may be refused for many reason :
- SMTP server requires SSL or TLS : so port will not be 25
- SMTP server required authentication
- SMTP server has blacklisted your IP
- ...
Hello
thanks for your prompt answer.
your Solutions:
- SMTP server requires SSL or TLS : so port will not be 25
- SMTP server required authentication
- SMTP server has blacklisted your IP
are (in my opinion) not possible. Because all the issues i have discussed with our SMTP Admin.
also everything worked fine with Version 6.x
So i think the Problem is that the Parameters are not stored. in the file Parameters.php. The Parameter $paramMailSmtpServer = 'localhost'
should i Change this in the config file?
is this problem solved in the new Version?
greetings
Norbert
hello
i have changed the Parameter in the file Parameters.php and now it works.
maybe the Problem of not storing the changes in the form is, that i have changed file Location (outside of the projeqtor Installation)
greetings
Norbert
hello
i have changed the Parameter in the file Parameters.php and now it works.
maybe the Problem of not storing the changes in the form is, that i have changed file Location (outside of the projeqtor Installation)greetings
Norbert
rather than changing value in parameters.php, remove it : then value in global parameters is taken into account
that doesnt work because the program doesnt store the Parameter and use the value from Parameters.php.
so if the Parameter is empty the error message is SMTP Server is manadatory.
You msut not set value in partameters.php to empty string or null.
You must REMOVE the parameter (for instance comment the line)
Thats the solution. If the Parameters are commented, then the Program use the Parameters in the form
thanks