diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -16,29 +16,29 @@ debug = true pdebug = false ################################################################################ -## E-mail settings ## +## Email settings ## ## ## -## Refer to the documentation ("E-mail settings") for more details. ## +## Refer to the documentation ("Email settings") for more details. ## ## ## ## It is recommended to use a valid sender address that passes access ## ## validation and spam filtering in mail servers. ## ################################################################################ -## 'From' header for application e-mails. You can optionally add a name. +## 'From' header for application emails. You can optionally add a name. ## Default: #app_email_from = Kallithea ## Examples: #app_email_from = Kallithea #app_email_from = kallithea-noreply@example.com -## Subject prefix for application e-mails. +## Subject prefix for application emails. ## A space between this prefix and the real subject is automatically added. ## Default: #email_prefix = ## Example: #email_prefix = [Kallithea] -## Recipients for error e-mails and fallback recipients of application mails. +## Recipients for error emails and fallback recipients of application mails. ## Multiple addresses can be specified, space-separated. ## Only addresses are allowed, do not add any name part. ## Default: @@ -47,7 +47,7 @@ pdebug = false #email_to = admin@example.com #email_to = admin@example.com another_admin@example.com -## 'From' header for error e-mails. You can optionally add a name. +## 'From' header for error emails. You can optionally add a name. ## Default: #error_email_from = pylons@yourapp.com ## Examples: