summaryrefslogtreecommitdiff
path: root/yaksh/send_emails.py
AgeCommit message (Collapse)Author
2018-06-07Format email attachment file path properlyadityacp
2018-06-07Pep8 changesadityacp
2018-05-14Add recipients to BCC field in send_bulk_mail functionankitjavalkar
2017-06-14Change send_emails.py and course_detail.htmladityacp
- Change variable assignment in send_emails.py - Add proper indentation in course_detail.html
2017-06-12Add latest changes after rebaseadityacp
2017-05-16Change forms.py, views.py, send_emails.py, models.pyadityacp
- Alter activation_key field in Profile model - Change get_activation_key function in send_mail to create secret_key of fixed length - Change forms.py to get updated activation_key - Change views.py to save activation_key
2017-05-15Merge https://github.com/fossee/online_test into bulk_emailadityacp
2017-05-15Add send_bulk_mail function to send mails to students enrolled in a courseadityacp
2017-05-11fixed issue #291mahesh
2017-05-03Rename email_verification.py to send_emails.pyadityacp