Changes between Version 5 and Version 6 of group_email
- Timestamp:
- 2011-06-24T18:41:34Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
group_email
v5 v6 14 14 Optional: 15 15 * User can use and edit his/her own email template 16 * Email merge system, so template has fields for variables 17 * Ownership such as private, public, or shared among some group 18 * 16 19 17 20 == Implementation == … … 22 25 * Next to each student name on Group View page for emailing to a student 23 26 27 === Table === 28 * Ownership field could be tinyint(1) 29 30 24 31 == Alternative Plan == 25 iPeer's sending email function may lack some features such as draft, text-formatting, or attachment. 32 --- this could be an option, as well as offering sending email system --- 33 iPeer's sending email function may lack some features such as draft, text-formatting, or attachment. 26 34 27 Allowing a user to see and copy group email addresses would be a good alternative solution.35 Allowing a user to see and copy group email addresses would be a good alternative solution. 28 36 29 For example:30 * Click "Get email list"31 * Pop-up window shows email addresses of group (e.g. abc@ubc.ca; def@ubc.ca ...32 * Click "Copy" from the window and get email addresses.33 * Use email client that user prefers37 For example: 38 * Click "Get email list" 39 * Pop-up window shows email addresses of group (e.g. abc@ubc.ca; def@ubc.ca ... 40 * Click "Copy" from the window and get email addresses. 41 * Use email client that user prefers