Files
edx-platform/lms/templates
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
..
2018-07-04 15:15:18 +05:00
2018-12-18 16:46:16 -05:00
2018-05-02 10:03:50 -04:00
2018-07-10 11:00:12 +05:00
2019-02-21 20:29:08 -04:00
2018-02-13 11:56:54 +02:00
2017-10-20 16:24:31 -04:00
2018-07-10 11:00:12 +05:00
2017-11-02 15:01:17 -04:00