diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -20,15 +20,23 @@ pdebug = false ## any error reports after application crash ## ## Additionally those settings will be used by Kallithea mailing system ## ################################################################################ +#app_email_from = Kallithea +#app_email_from = Kallithea +#app_email_from = kallithea-noreply@example.com +#email_prefix = +#email_prefix = [Kallithea] + #email_to = admin@localhost -#error_email_from = paste_error@localhost -#app_email_from = kallithea-noreply@localhost -#email_prefix = [Kallithea] +#email_to = admin@example.com +#email_to = admin@example.com another_admin@example.com +#error_email_from = pylons@yourapp.com +#error_email_from = Kallithea Errors +#error_email_from = paste_error@example.com #smtp_server = mail.server.com #smtp_username = #smtp_password = -#smtp_port = +#smtp_port = 25 #smtp_use_tls = false #smtp_use_ssl = false ## Specify available auth parameters here (e.g. LOGIN PLAIN CRAM-MD5, etc.)