You cannot skip Step 4 in the installation process. We are using the Mail Server settings in the following scenarios:
• For sending login credentials upon employee creation
• For sending system notifications
• For resetting system passwords
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You cannot skip Step 4 in the installation process. But, if you want to test the installation, you can use your email address details to configure Mail Server settings.
Anyway I don't understand what to put in Secure Transport Layer and Authentication Type fields, none of the Yahoo settings I found over the Internet works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We tried to setup a mailing server using Gmail details and it works. Please find the details below:
User name : gmail account username
Password : gmail account password
Secure Transport Layer : tls
Authentication Type : plain
Port : 25/587
SMTP Server : smtp.gmail.com
Yahoo details will also work, but you need to tweak the code slightly.
Last edit: Sapplica 2014-06-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you please try removing index/loginpopupsave from the URL? If it still doesn't work, > try localhost/Sentrifugo in another browser.
"index/loginpopupsave" is added automatically after login, removing it bring me back to the login page. Tried on Chrome, same behaviour on Firefox and IE.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Alessandro,
You cannot skip Step 4 in the installation process. We are using the Mail Server settings in the following scenarios:
• For sending login credentials upon employee creation
• For sending system notifications
• For resetting system passwords
I don't need to configure it, I just want to test the installation.
Otherwise are there test value I can provide?
Also, why the code is not released in the repo?
Thanks
You cannot skip Step 4 in the installation process. But, if you want to test the installation, you can use your email address details to configure Mail Server settings.
Please use the below link for reference:
http://www.yetesoft.com/blog/2011/06/pop-and-smtp-server-settings-of-gmail-hotmail-yahoo-mail/
You can find code in Repo on Github (https://github.com/sapplica/sentrifugo)
Thank you for the code!
Anyway I don't understand what to put in Secure Transport Layer and Authentication Type fields, none of the Yahoo settings I found over the Internet works.
We tried to setup a mailing server using Gmail details and it works. Please find the details below:
User name : gmail account username
Password : gmail account password
Secure Transport Layer : tls
Authentication Type : plain
Port : 25/587
SMTP Server : smtp.gmail.com
Yahoo details will also work, but you need to tweak the code slightly.
Last edit: Sapplica 2014-06-19
Ok, done with my gmail account. After login I get:
Not Found
The requested URL /Sentrifugo/index/loginpopupsave was not found on this server.
Can you please send the step by step procedure you followed and also, send the screen shot?
Redone the installation from zero (all steps).
Can you please try removing index/loginpopupsave from the URL? If it still doesn't work, try localhost/Sentrifugo in another browser.
"index/loginpopupsave" is added automatically after login, removing it bring me back to the login page. Tried on Chrome, same behaviour on Firefox and IE.
Please check if the Rewrite module is configured properly. For further help, check the Pre-requisites posted in the installation guide: http://www.sentrifugo.com/home/installationguide
And also, check if .htaccess exists in the root Sentrifugo folder.
Yes, the problem was "AllowOverride all" in httpd.conf.
Now it is working, thank yoU!
Look take .htaccess into root directory and AllowOverride All in httpd.conf
I have installed successfully but Site Config is not working.