TurboGears / backlash

Standalone WebOb port of the Werkzeug Debugger with Python3 support born as a WebError replacement for TurboGears2
MIT License
13 stars 11 forks source link

EmailReporter: support a non-standard SMTP port #11

Closed patrickdepinguin closed 7 years ago

patrickdepinguin commented 7 years ago

The default SMTP port may not always be correct, for example when using a testing server. Such a server could be started with:

python -m smtpd -n -c DebuggingServer localhost:1025
patrickdepinguin commented 7 years ago

Would it be possible to make a release containing these changes? I have Kallithea commits referring to this change and it would be great if I could point to a release. Thanks!

amol- commented 7 years ago

@patrickdepinguin do you need only a Backlash release or a TG release?

patrickdepinguin commented 7 years ago

@amol- The only change in TG I recall regarding this is a docstring change: https://github.com/TurboGears/tg2/commit/09a8b7f366ff3a5ff5dad187ed7da88bf5d3c96d If I recalled that correctly, then I don't really need the TG release but only the backlash one.

amol- commented 7 years ago

Released Backlash 0.1.2 https://pypi.python.org/pypi/backlash/0.1.2

patrickdepinguin commented 7 years ago

Thanks!