Added mail handling

removed tests routes for production
This commit is contained in:
2015-02-16 01:12:17 +01:00
parent 4970614f41
commit fda1b5cf1a
9 changed files with 109 additions and 55 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ requires = [
'icalendar',
'python-magic',
'Pillow',
'pyramid_exclog'
'pyramid_exclog',
'repoze.sendmail==4.1',
'pyramid_mailer'
]
setup(name='JM2L',