changeset 6575:9eae297d3d5b

docs: smtp_port is now respected by backlash Support for a custom smtp_port was recently added to backlash, so bump backlash and update the documentation to reflect that.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 27 Jan 2017 20:49:01 +0100
parents e223c36e5b68
children b4c27fe6438c
files docs/usage/email.rst setup.py
diffstat 2 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/docs/usage/email.rst	Fri Jan 27 20:47:10 2017 +0100
+++ b/docs/usage/email.rst	Fri Jan 27 20:49:01 2017 +0100
@@ -85,10 +85,6 @@
 a name and an address in the following format: `Kallithea Errors
 <kallithea-noreply@example.com>`.
 
-*Note:* The WebError_ package does not respect ``smtp_port`` and assumes the
-standard SMTP port (25). If you have a remote SMTP server with a different port,
-you could set up a local forwarding SMTP server on port 25.
-
 
 References
 ----------
--- a/setup.py	Fri Jan 27 20:47:10 2017 +0100
+++ b/setup.py	Fri Jan 27 20:49:01 2017 +0100
@@ -39,7 +39,7 @@
     "GearBox<1",
     "waitress>=0.8.8,<1.0",
     "webob>=1.7,<2",
-    "backlash >= 0.1.1, < 1.0.0",
+    "backlash >= 0.1.2, < 1.0.0",
     "TurboGears2 >= 2.3.10, < 3.0.0",
     "tgext.routes >= 0.2.0, < 1.0.0",
     "Beaker>=1.7.0,<2",