Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -731,12 +731,21 @@ |
732 | 732 | $subject: subject of the mail |
733 | 733 | $text: text of the mail |
734 | 734 | |
| 735 | +'EmailUserCC': before sending the copy of the email to the author |
| 736 | +$to: address of receiving user |
| 737 | +$from: address of sending user |
| 738 | +$subject: subject of the mail |
| 739 | +$text: text of the mail |
| 740 | + |
735 | 741 | 'EmailUserComplete': after sending email from one user to another |
736 | 742 | $to: address of receiving user |
737 | 743 | $from: address of sending user |
738 | 744 | $subject: subject of the mail |
739 | 745 | $text: text of the mail |
740 | 746 | |
| 747 | +'EmailUserForm': after building the email user form object |
| 748 | +$form: HTMLForm object |
| 749 | + |
741 | 750 | 'EmailUserPermissionsErrors': to retrieve permissions errors for emailing a user. |
742 | 751 | $user: The user who is trying to email another user. |
743 | 752 | $editToken: The user's edit token. |