Added Automated send mail with tasks

This commit is contained in:
2015-07-14 15:00:29 +02:00
parent a07c474373
commit bae02def3a
7 changed files with 168 additions and 19 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ requires = [
'Pillow',
'pyramid_exclog',
'repoze.sendmail==4.1',
'pyramid_mailer'
'pyramid_mailer',
'apscheduler'
]
setup(name='JM2L',