Changes between Version 4 and Version 5 of email_notification
- Timestamp:
- 2011-08-04T20:40:55Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
email_notification
v4 v5 10 10 * Event is created/modified/released/graded 11 11 12 User should have a choice to send notification or not. 12 Allow user to choose to send a notification email 13 13 14 14 Optional: 15 * Scheduling system that schedule to send an email on some condition16 * Custom template and mail merge system.15 * Email schedule: User can set a schedule to send a notification on certain time. 16 * Email Template: User can set a notification email content from his/her own email template. 17 17 18 18 == Implementation == 19 19 === Add User === 20 User can choose whether send a notification email or not, when adding a user by selecting checkbox.21 Send an email with randomly generated password to added user. (Need better content and format for email) 22 * For importing students? 20 Add User page has a select box for notification email. 21 If checked, send a notification email with user name, randomly generated password, and instruction to added user. 22 (For imported users, it would be better idea to use Group Email system)