##// END OF EJS Templates
configitems: register the 'smtp.port' config
Boris Feld -
r34479:a27718ef default
parent child Browse files
Show More
@@ -428,6 +428,9 coreconfigitem('smtp', 'local_hostname',
428 428 coreconfigitem('smtp', 'password',
429 429 default=None,
430 430 )
431 coreconfigitem('smtp', 'port',
432 default=dynamicdefault,
433 )
431 434 coreconfigitem('smtp', 'tls',
432 435 default='none',
433 436 )
General Comments 0
You need to be logged in to leave comments. Login now