fle-internal / ka-lite-central

KA Lite central server code (wraps the ka-lite repository and adds features)
https://kalite.learningequality.org/
4 stars 20 forks source link

Email registered users #335

Closed benjaoming closed 4 years ago

benjaoming commented 4 years ago

CC: @carinediaz @jamalex

We can discuss email contents in PRs such as this one. I might merge and stage this to test on a larger database.

The script will send text emails (not HTML) and can send out new reminders, if people have not logged in since a min_date.

It also logs who's being sent to, in case it fails sending.

codecov-io commented 4 years ago

Codecov Report

Merging #335 into develop will decrease coverage by 0.01%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #335      +/-   ##
===========================================
- Coverage    74.06%   74.04%   -0.02%     
===========================================
  Files           60       60              
  Lines         2445     2447       +2     
===========================================
+ Hits          1811     1812       +1     
- Misses         634      635       +1
Impacted Files Coverage Δ
centralserver/central/models.py 43.26% <0%> (ø) :arrow_up:
centralserver/registration/views.py 78.63% <0%> (-0.5%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a6a2c9d...505c4b2. Read the comment docs.