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.
Hi Thanks i got it.
I Need one more help from you , i have my local email server , i have configured in global parameter but still not able to send emails , pls help me.
email of administrator :
'from' email when sending mails :
'reply to' email when sending mails :
name of sender and reply to :
smtp server :
smtp port :
smtp login name :
smtp login password :
end of line format for mail :
sendmail path :
Hi,
First, I move this new question to new threads (please do not mlix different subjects on one thread).
Then, you tell "i have configured in global parameter but still not able to send emails".
What is exactly the behavior ?
Did you have a look at the log file ?
If any error appaears in the log file please post it here.
Hi,
It seems I have a misconfiguration in my fresh install of ProjeQtOr, because I had this "tips" during initialisation which tells me :
Module IMAP is not available - impossible to configure ProjeQtOr to retreive notes from received emails
But I'm unable to understand what is the problem...
For the moment, there isn't any thing on the emails problems in the log file.
Is there a way to launch a test mail from ProjeQtOr and see what's happen in the logs ? Do you have some tips to analyse the possible misconfigurations ?
Thanks!
IMAP is not mandatory for correct execution of ProjeQtOr.
It is displayed as a warning if missing, not blocking setup process.
IMAP is used only to retrieve replies tobernard emails send by ProjeQtOr to store the reply in a note of the corresponding item.
Thanks Babynus for your quick reply.
I understand this option is not mandatory for a working Projeqtor, but I'm wondering :
- Is it possible to enable email notifications from Projeqtor to users ? If yes, how can I do that ?
- And how can I configure IMAP functionnality to connect email acccount(s) to Projeqtor for retrieve replies ?
Best regards.
- Is it possible to enable email notifications from Projeqtor to users ? If yes, how can I do that ?
Yes
You just have to :
- define smtp parameters in Global Parameters (help in user manual)
- define email address for each user ( 😉 )
- configure email notification in "Controls & automations"
- And how can I configure IMAP functionnality to connect email acccount(s) to Projeqtor for retrieve replies ?
You must :
- configure you PHP to allow IMAP (php-imap module)
- define IMAP parameters in Global Parameters (help in user manual)
- define CRON parameters (tempo delays) in Global Parameters
- run CRON in Administration screen
Regards.
Thanks Babynus for the tips.
Last questions about IMAP :
- Where can we manage the incoming mails ?
- It's not possible to have email account dedicated to a project ? Is it planned to developped this functionnality ? Is it planned to developp a connection between personnal emails and projeqtor, to attached/linked emails with decisions/questions/actions/etc ?
Where can we manage the incoming mails ?
Only answers to emails send are managed.
It's not possible to have email account dedicated to a project ?
No
Is it planned to developped this functionnality ?
No, it's not identified in the roadmap
Is it planned to developp a connection between personnal emails and projeqtor, to attached/linked emails with decisions/questions/actions/etc ?
No, and don't think it will be one day as it would depend on email client.
What yu can do is export email and attach file on item, or (my own choice) copy an paste email in notes.
OK, thanks for your replies.
Hi,
help me please to configure parameters.
PHP version is 5.5.30 : OK
Module PDO is available : OK
Module PDO for 'MYSQL' is available : OK
Module MBSTRING is available : OK
GD Library is available and correctly installed : OK
Module IMAP is not available - impossible to configure ProjeQtOr to retreive notes from received emails
Module OPENSSL is available : OK
Module XML is available : OK
max_input_vars=1000 is too small - value should be at least 2000, 4000 recommended - check your php configuration (php.ini)
max_execution_time=30 : OK
memory_limit=128M : OK
file_uploads=1 : OK
session.auto_start is disabled : OK
magic_quotes_gpc is disabled : OK
register_globals is disabled : OK
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES)
dsn = mysql:host=127.0.0.1;port=3306
Regards
Connection to database fails.
Try without a password.
There is have not password.
"A user account allowing any user from localhost to connect is present. This will prevent other users from connecting if the host part of their account allows a connection from any (%) host"
Regards!
So password you defined in projeqtor configuration is wrong :
Access denied for user 'root'@'localhost' (using password: YES)
I not defined a password in projeqtor :ohmy: I launch localhost then I see this page http://localhost/projeqtor/view/main.php
And all. I can't do nothing more
In the configuration screen, you have to define information to connect to MySql database.
Default (proposed) is "root" / "mysql".
But some stacks for dev environments (such as WAMP for instance) install MySql with no password, so you have to remove this passwork paramter in the configuration screen.
