Revision 017b7d20 docs/admin-guide.rst
b/docs/admin-guide.rst | ||
---|---|---|
1050 | 1050 |
|
1051 | 1051 |
The output of all email *.txt files will be already customized to contain your |
1052 | 1052 |
company and service names but you can further alter their content if you feel |
1053 |
it best fits your needs using django’s TEMPLATE_DIRS setting. |
|
1054 |
|
|
1055 |
In order to overwrite a template you need to create a new one with the same |
|
1056 |
name, place it to a folder of your choice and provide its path to the |
|
1057 |
TEMPLATE_DIRS. |
|
1053 |
it best fits your needs using django’s TEMPLATE_DIRS setting. |
|
1058 | 1054 |
|
1059 | 1055 |
For more information visit |
1060 |
https://docs.djangoproject.com/en/1.2/ref/settings/#template-dirs. |
|
1056 |
https://docs.djangoproject.com/en/1.2/ref/settings/#template-dirs. |
|
1057 |
|
|
1058 |
In order to overwrite one or more email-templates you need to create a new one |
|
1059 |
directory and provide its path to the TEMPLATE_DIRS. Inside this directory, you |
|
1060 |
must place your <email-file>.txt files respecting the following structure: |
|
1061 |
|
|
1062 |
*<emails-dir>*/ |
|
1063 |
*im*/ |
|
1064 |
| activation_email.txt |
|
1065 |
| email.txt |
|
1066 |
| invitation.txt |
|
1067 |
| switch_accounts_email.txt |
|
1068 |
| welcome_email.txt |
|
1069 |
*projects*/ |
|
1070 |
| project_approval_notification.txt |
|
1071 |
| project_denial_notification.txt |
|
1072 |
| project_membership_change_notification.txt |
|
1073 |
| project_membership_enroll_notification.txt |
|
1074 |
| project_membership_leave_request_notification.txt |
|
1075 |
| project_membership_request_notification.txt |
|
1076 |
| project_suspension_notification.txt |
|
1077 |
| project_termination_notification.txt |
|
1078 |
*registration*/ |
|
1079 |
| email_change_email.txt |
|
1080 |
| password_email.txt |
|
1081 |
|
|
1082 |
Feel free to omit any of the above files you do not wish to overwrite. |
|
1083 |
|
|
1084 |
|
|
1061 | 1085 |
|
1062 | 1086 |
|
1063 | 1087 |
Below is a list of all emails sent by Synnefo to users along with a short |
Also available in: Unified diff