Forum

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.

[SOLVED] Global Par...
 
Notifications
Clear all

[SOLVED] Global Parameters: changes in Mailing Parameters are not stored

8 Posts
2 Users
0 Reactions
5,949 Views
(@norbertd)
Posts: 68
Active Member
Topic starter
 
[#5238]

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


 
Posted : 22 Jun 2018 15H29
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

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
- ...


 
Posted : 26 Jun 2018 11H39
(@norbertd)
Posts: 68
Active Member
Topic starter
 

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


 
Posted : 26 Jun 2018 12H08
(@norbertd)
Posts: 68
Active Member
Topic starter
 

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


 
Posted : 26 Jun 2018 12H30
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

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


 
Posted : 26 Jun 2018 12H58
(@norbertd)
Posts: 68
Active Member
Topic starter
 

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.


 
Posted : 26 Jun 2018 13H28
babynus
(@babynus)
Posts: 14954
Main Contributor Admin
 

You msut not set value in partameters.php to empty string or null.
You must REMOVE the parameter (for instance comment the line)


 
Posted : 26 Jun 2018 16H30
(@norbertd)
Posts: 68
Active Member
Topic starter
 

Thats the solution. If the Parameters are commented, then the Program use the Parameters in the form

thanks


 
Posted : 26 Jun 2018 18H01
Share:

Scroll to Top