##// END OF EJS Templates
configitems: register the 'email.from' config
Boris Feld -
r34480:ef303dae default
parent child Browse files
Show More
@@ -146,6 +146,9 b" coreconfigitem('devel', 'strip-obsmarker"
146 coreconfigitem('email', 'charsets',
146 coreconfigitem('email', 'charsets',
147 default=list,
147 default=list,
148 )
148 )
149 coreconfigitem('email', 'from',
150 default=None,
151 )
149 coreconfigitem('email', 'method',
152 coreconfigitem('email', 'method',
150 default='smtp',
153 default='smtp',
151 )
154 )
General Comments 0
You need to be logged in to leave comments. Login now