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.
For some time, I do not know if it is related to the update of 6.2.3 and 6.2.4, but ProjeQtor is very long when changing status and recording (Ctrl + S) . It takes easy 1 minute hourglass after clicking save.
Hi,
I cannot reproduce such slowness.
Can you reproduce on Demo ?
Can you try and disable email sending ? (if smtp server has issues, you may face long response time as application is waiting for timeout)
We do not received any mail... did you change something ?
Hi,
We do not received any mail... did you change something ?
We just added a global parameter that may allow to change way to send emails.
But defaut value is standard way (phpMailer) so it may not change anything.
You can check value in global parameter to be sure.
is it Function or Library PHPmail ?
You can choose in the global Parameters between :
- Library PHPMailer
- Function PHPMail
- Connexion throught Socket
What's the difference beetween the 3 choices ?
- Library PHPMailer
=> uses de widely spread PHPMailer library, able to connect to smtp server with or without authentication, over ssl or not
=> it is the advised selection
- Function PHP Mail
=> uses the mail function included in PHP. It is a low level function that has limitation (cannot connect with authentication without ssl)
- Connexion throught Socket
=> implements a direct connection to the smtp server using Socket. It is a very low level way to do, that will not be allowed by all smtp servers.
I have always my trouble with mail fonction, I try to use the 3 different method, but nothing work... I cannot send mail with projeqtor !