
|
If you were logged in you would be able to see more operations.
|
|
|
Sakai
Created: 08-Sep-2007 13:07
Updated: 23-Oct-2008 07:47
|
|
| Component/s: |
Mailtool
|
| Affects Version/s: |
2.4.0,
2.4.1
|
| Fix Version/s: |
None
|
|
| 2.4.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.6.x Status: |
None
|
|
The mailtool seems to put all recipients into the BCC field, but this is a characteristic typical of spam, and we are finding many filters that flag mailtool messages as spam. The end result is that instructors cannot trust that its output will be received.
|
|
Description
|
The mailtool seems to put all recipients into the BCC field, but this is a characteristic typical of spam, and we are finding many filters that flag mailtool messages as spam. The end result is that instructors cannot trust that its output will be received. |
Show » |
|
1) Use CC or TO instead of BCC. In this option, anybody in CC or TO will see others' email which would not be what the sender want.
2) Refactor Mailtool.processSendEmail() to send bulk message into several message transactions as many as the size of recipients. That would slow down the mail-sending when the size of recipients is large.
Any other idea?