comparison rhodecode/lib/smtp_mailer.py @ 984:ccd323bfa121 beta

Added limit option for revision ranges
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 31 Jan 2011 17:41:12 +0100
parents c45c910714e4
children 3bf8898ce66d
comparison
equal deleted inserted replaced
983:57a2b792a3a1 984:ccd323bfa121
3 rhodecode.lib.smtp_mailer 3 rhodecode.lib.smtp_mailer
4 ~~~~~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~~~~~
5 5
6 Simple smtp mailer used in RhodeCode 6 Simple smtp mailer used in RhodeCode
7 7
8 :created_on: Sep 13, 2011 8 :created_on: Sep 13, 2010
9 :copyright: (c) 2011 by marcink. 9 :copyright: (c) 2011 by marcink.
10 :license: LICENSE_NAME, see LICENSE_FILE for more details. 10 :license: LICENSE_NAME, see LICENSE_FILE for more details.
11 """ 11 """
12 12
13 import logging 13 import logging