Open mariusavram91 opened 9 years ago
We should get an email after 5 reports and the total should be stored in the db but not shown on the website.
@mariusavram91 Hey Can I work on this?
@mariusavram91 @edgarlatorre
I have implemented the report button, and saved the number of reports in the db.
I had the following queries about the email part: 1) Who should get the email? 2) Which smtp server is expected?
EMAIL_HOST = os.environ.get('EMAIL_HOST') EMAIL_HOST_USER = os.environ.get('EMAIL_USER') EMAIL_HOST_PASSWORD = os.environ.get('EMAIL_PASSWORD') EMAIL_PORT = 587 EMAIL_USE_TLS = True
This is mentioned in settings.py. What should go in the above mentioned fields?
Thanks in advance ....
@mariusavram91 @edgarlatorre Should I create a pull request for this?
Hi @NakitaOza, sorry for the delay. For the smtp serve you can use some service like sendgrid. It'd be nice if you can create a pull request to implement this.
Thanks a lot!
Hi @edgarlatorre , Will raise a pull request once I am done with the email part, thanks for you help.
@edgarlatorre Hi, I have implemented #34 and raised a pull request. Thanks!!!
@edgarlatorre @mariusavram91 Is this project still on going? If yes then i would like to contribute on other issues too....
Hi @NakitaOza, sorry for the delay, if you have interest in this project we can add you as a developer. @mariusavram91 and me are not working in this project frequently. cheers!
There should be a report button for each job.