Files
edx-platform/lms/djangoapps
Zainab Amir 2dbae49869 LEARNER-6946 management command to send verification expiry email
Template for email added (email/verification_expiry_email)
The management command filters the SoftwareSecurePhotoVerification model on the basis of following criteria :
-- the verification is approved
-- the start_date < expiry_date < today or specified days have passed to resend email
After the basic filtering batches are created to send email. For each verification in a batch email is sent and
email_expiry_date is set to 15 days from today (default days are 15, it can be changed too)
Between each batch there is a delay of sleep_time seconds
2019-03-07 14:31:27 +05:00
..
2019-02-12 11:03:46 -05:00
2019-02-19 11:24:21 -05:00
2019-02-12 11:03:46 -05:00
2019-02-12 11:03:46 -05:00
2019-03-06 20:22:37 +05:00
2019-02-05 15:15:02 -05:00
2019-02-12 11:03:46 -05:00
2019-02-19 11:24:21 -05:00
2019-02-19 11:24:21 -05:00
2018-11-03 16:07:05 -04:00
2019-02-12 11:03:46 -05:00
2019-02-19 11:24:21 -05:00
2019-02-12 11:03:46 -05:00