comparison kallithea/config/deployment.ini_tmpl @ 5412:2079e864ce51

spelling: use "email" consistently The common English spelling is "email", not "e-mail" (and was indeed also the most common, but not only, variant in the Kallithea UI). http://grammarist.com/style/e-mail-email/
author Søren Løvborg <sorenl@unity3d.com>
date Fri, 14 Aug 2015 17:07:49 +0200
parents 6257de126ec7
children 12b47803189f
comparison
equal deleted inserted replaced
5411:5cb3a07abbf4 5412:2079e864ce51
9 [DEFAULT] 9 [DEFAULT]
10 debug = true 10 debug = true
11 pdebug = false 11 pdebug = false
12 12
13 ################################################################################ 13 ################################################################################
14 ## E-mail settings ## 14 ## Email settings ##
15 ## ## 15 ## ##
16 ## Refer to the documentation ("E-mail settings") for more details. ## 16 ## Refer to the documentation ("Email settings") for more details. ##
17 ## ## 17 ## ##
18 ## It is recommended to use a valid sender address that passes access ## 18 ## It is recommended to use a valid sender address that passes access ##
19 ## validation and spam filtering in mail servers. ## 19 ## validation and spam filtering in mail servers. ##
20 ################################################################################ 20 ################################################################################
21 21
22 ## 'From' header for application e-mails. You can optionally add a name. 22 ## 'From' header for application emails. You can optionally add a name.
23 ## Default: 23 ## Default:
24 #app_email_from = Kallithea 24 #app_email_from = Kallithea
25 ## Examples: 25 ## Examples:
26 #app_email_from = Kallithea <kallithea-noreply@example.com> 26 #app_email_from = Kallithea <kallithea-noreply@example.com>
27 #app_email_from = kallithea-noreply@example.com 27 #app_email_from = kallithea-noreply@example.com
28 28
29 ## Subject prefix for application e-mails. 29 ## Subject prefix for application emails.
30 ## A space between this prefix and the real subject is automatically added. 30 ## A space between this prefix and the real subject is automatically added.
31 ## Default: 31 ## Default:
32 #email_prefix = 32 #email_prefix =
33 ## Example: 33 ## Example:
34 #email_prefix = [Kallithea] 34 #email_prefix = [Kallithea]
35 35
36 ## Recipients for error e-mails and fallback recipients of application mails. 36 ## Recipients for error emails and fallback recipients of application mails.
37 ## Multiple addresses can be specified, space-separated. 37 ## Multiple addresses can be specified, space-separated.
38 ## Only addresses are allowed, do not add any name part. 38 ## Only addresses are allowed, do not add any name part.
39 ## Default: 39 ## Default:
40 #email_to = 40 #email_to =
41 ## Examples: 41 ## Examples:
42 #email_to = admin@example.com 42 #email_to = admin@example.com
43 #email_to = admin@example.com another_admin@example.com 43 #email_to = admin@example.com another_admin@example.com
44 44
45 ## 'From' header for error e-mails. You can optionally add a name. 45 ## 'From' header for error emails. You can optionally add a name.
46 ## Default: 46 ## Default:
47 #error_email_from = pylons@yourapp.com 47 #error_email_from = pylons@yourapp.com
48 ## Examples: 48 ## Examples:
49 #error_email_from = Kallithea Errors <kallithea-noreply@example.com> 49 #error_email_from = Kallithea Errors <kallithea-noreply@example.com>
50 #error_email_from = paste_error@example.com 50 #error_email_from = paste_error@example.com