comparison test.ini @ 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
comparison
equal deleted inserted replaced
5411:5cb3a07abbf4 5412:2079e864ce51
13 [DEFAULT] 13 [DEFAULT]
14 debug = true 14 debug = true
15 pdebug = false 15 pdebug = false
16 16
17 ################################################################################ 17 ################################################################################
18 ## E-mail settings ## 18 ## Email settings ##
19 ## ## 19 ## ##
20 ## Refer to the documentation ("E-mail settings") for more details. ## 20 ## Refer to the documentation ("Email settings") for more details. ##
21 ## ## 21 ## ##
22 ## It is recommended to use a valid sender address that passes access ## 22 ## It is recommended to use a valid sender address that passes access ##
23 ## validation and spam filtering in mail servers. ## 23 ## validation and spam filtering in mail servers. ##
24 ################################################################################ 24 ################################################################################
25 25
26 ## 'From' header for application e-mails. You can optionally add a name. 26 ## 'From' header for application emails. You can optionally add a name.
27 ## Default: 27 ## Default:
28 #app_email_from = Kallithea 28 #app_email_from = Kallithea
29 ## Examples: 29 ## Examples:
30 #app_email_from = Kallithea <kallithea-noreply@example.com> 30 #app_email_from = Kallithea <kallithea-noreply@example.com>
31 #app_email_from = kallithea-noreply@example.com 31 #app_email_from = kallithea-noreply@example.com
32 32
33 ## Subject prefix for application e-mails. 33 ## Subject prefix for application emails.
34 ## A space between this prefix and the real subject is automatically added. 34 ## A space between this prefix and the real subject is automatically added.
35 ## Default: 35 ## Default:
36 #email_prefix = 36 #email_prefix =
37 ## Example: 37 ## Example:
38 #email_prefix = [Kallithea] 38 #email_prefix = [Kallithea]
39 39
40 ## Recipients for error e-mails and fallback recipients of application mails. 40 ## Recipients for error emails and fallback recipients of application mails.
41 ## Multiple addresses can be specified, space-separated. 41 ## Multiple addresses can be specified, space-separated.
42 ## Only addresses are allowed, do not add any name part. 42 ## Only addresses are allowed, do not add any name part.
43 ## Default: 43 ## Default:
44 #email_to = 44 #email_to =
45 ## Examples: 45 ## Examples:
46 #email_to = admin@example.com 46 #email_to = admin@example.com
47 #email_to = admin@example.com another_admin@example.com 47 #email_to = admin@example.com another_admin@example.com
48 48
49 ## 'From' header for error e-mails. You can optionally add a name. 49 ## 'From' header for error emails. You can optionally add a name.
50 ## Default: 50 ## Default:
51 #error_email_from = pylons@yourapp.com 51 #error_email_from = pylons@yourapp.com
52 ## Examples: 52 ## Examples:
53 #error_email_from = Kallithea Errors <kallithea-noreply@example.com> 53 #error_email_from = Kallithea Errors <kallithea-noreply@example.com>
54 #error_email_from = paste_error@example.com 54 #error_email_from = paste_error@example.com