Add mailer app to add support to send document or document links via email

This commit is contained in:
Roberto Rosario
2014-10-08 16:28:04 -04:00
parent b9cdcd80f4
commit ce92f58fed
13 changed files with 322 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ INSTALLED_APPS = (
'document_signatures',
'checkouts',
'bootstrap',
'mailer',
'registration',
)