##// END OF EJS Templates
docs: smtp_port is now respected by backlash...
Thomas De Schampheleire -
r6528:9eae297d default
parent child Browse files
Show More
@@ -85,10 +85,6 b' contain only an email address, like `kal'
85 a name and an address in the following format: `Kallithea Errors
85 a name and an address in the following format: `Kallithea Errors
86 <kallithea-noreply@example.com>`.
86 <kallithea-noreply@example.com>`.
87
87
88 *Note:* The WebError_ package does not respect ``smtp_port`` and assumes the
89 standard SMTP port (25). If you have a remote SMTP server with a different port,
90 you could set up a local forwarding SMTP server on port 25.
91
92
88
93 References
89 References
94 ----------
90 ----------
@@ -39,7 +39,7 b' requirements = ['
39 "GearBox<1",
39 "GearBox<1",
40 "waitress>=0.8.8,<1.0",
40 "waitress>=0.8.8,<1.0",
41 "webob>=1.7,<2",
41 "webob>=1.7,<2",
42 "backlash >= 0.1.1, < 1.0.0",
42 "backlash >= 0.1.2, < 1.0.0",
43 "TurboGears2 >= 2.3.10, < 3.0.0",
43 "TurboGears2 >= 2.3.10, < 3.0.0",
44 "tgext.routes >= 0.2.0, < 1.0.0",
44 "tgext.routes >= 0.2.0, < 1.0.0",
45 "Beaker>=1.7.0,<2",
45 "Beaker>=1.7.0,<2",
General Comments 0
You need to be logged in to leave comments. Login now