-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Place all the confidential information in .environement variables #292
Comments
Hi 😄, thanks for creating your first issue at RESCUE, do read and follow the Code of Conduct and the Contribution Guidelines while contributing. 🚀 |
@harshakhmk You have to add your email and password in the mail.py file and set your Gmail account to enable less secure apps then this will resolve. |
As I mentioned, we can have a .env file where it would be storing all the email and passwords and other confidential information and we can handle the cases where the required field is empty or invalid, by raising error messages and only send emails when all the credentials are valid, so that load on the sending the mails will be less and that will solve the scalability issues, as Gmail SMTP server can send 500 emails per day when logged into their web interface. |
Emergency functionality is working fine |
Do you want to work on this issue then please rephrase the issue and then let me know? |
Yeah I would like to work on this issue, where the rephrased issue is place all the confidential information in .env file |
Why EMAIL_BACKEND EMAIL_HOST EMAIL_PORT EMAIL_USE_TLS EMAIL_HOST_USER EMAIL_HOST_PASSWORD |
Can you please specify the file where it is specified two times? |
in |
Describe the bug
The text was updated successfully, but these errors were encountered: