Home / Docs

Email Configuration

For configuring the email in Horilla, make the necessary changes in settings.py file (horilla/settings.py)

EMAIL_USE_TLS = True 
EMAIL_HOST =  #eg: 'smtp.gmail.com' 
EMAIL_PORT = 
EMAIL_HOST_USER = 
EMAIL_HOST_PASSWORD = 

Add your email configuration details in the settings.py and run the server again to test the connection.

Note: We are working on the UI for the email configuration from the frontend itself.