diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -23,7 +23,6 @@ pdebug = false #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff --git a/kallithea/bin/template.ini.mako b/kallithea/bin/template.ini.mako --- a/kallithea/bin/template.ini.mako +++ b/kallithea/bin/template.ini.mako @@ -17,7 +17,6 @@ pdebug = false #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff --git a/kallithea/config/deployment.ini_tmpl b/kallithea/config/deployment.ini_tmpl --- a/kallithea/config/deployment.ini_tmpl +++ b/kallithea/config/deployment.ini_tmpl @@ -18,7 +18,6 @@ pdebug = false #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -22,7 +22,6 @@ pdebug = false #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com diff --git a/test.ini b/test.ini --- a/test.ini +++ b/test.ini @@ -22,7 +22,6 @@ pdebug = false #email_to = admin@localhost #error_email_from = paste_error@localhost #app_email_from = kallithea-noreply@localhost -#error_message = #email_prefix = [Kallithea] #smtp_server = mail.server.com