horilla-opensource / horilla

Horilla is a free and open source HR software.
https://www.horilla.com/
GNU Lesser General Public License v2.1
83 stars 44 forks source link

Email Configuration | Something Went error | Pls fix it #137

Closed sanjaysys closed 3 weeks ago

sanjaysys commented 1 month ago

Bug Report

Description

Hi Team,

While Configuration of email server that is not sending any mail

As per documentation email configuration code is not available in setting.py file

where we can change hostname and email related.

horilla-opensource commented 1 month ago

Hi @sanjaysys , You can configure the email from the frontend also. Go to Settings > General > Mail Server. Here you'll be able to configure the email server.

Or if you wish to add the email server from the backend, please add the following details inside the settings.py file.

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_USE_TLS = True
EMAIL_PORT = 587
EMAIL_HOST_USER = #sender's email-id
EMAIL_HOST_PASSWORD = #password associated with above email-id

Please let us know if you have any more queries.

With Regards, Team Horilla

sanjaysys commented 1 month ago

i am already tried this from frontend but showing something went wrong

sanjaysys commented 1 month ago

Can you please make some video or any documentation for email configurations pls

horilla-opensource commented 1 month ago

Sure, We'll update you with the resources.

sanjaysys commented 1 month ago

one more issue when i am installing in windows throught command getting some error i will show you attached picture also

and when installing in ubuntu everything is working fine. Screenshot 2024-04-10 155514

horilla-opensource commented 1 month ago

Hi @sanjaysys , From the log , it seems to be an issue with the numpy package. Can you try to install the numpy package using the command pip install numpy After the installation try the Horilla installation again.

With Regards, Team Horilla

sanjaysys commented 1 month ago

Okkay thanks Sir

horilla-opensource commented 3 weeks ago

Hi @sanjaysys , Can we close this issue now?

With Regards, Team Horilla