##// END OF EJS Templates
fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values
fix(mailing): don't default to empty string for smtp_password and user, since mailing lib only expects None as empty values

File last commit:

r3191:23b5897f default
r5488:186b51dd default
Show More
README.txt
7 lines | 216 B | text/plain | TextLexer
rcextensions: added basic readme so copied rcextensions.tmpl have some starting point
r3191 This is template rcextensions.
To edit rcextensions please edit hooks.py file.
The examples/ directory contain some basic example how to use hooks.
Changes to rcextensions requires restart of RhodeCode instances.