增加异步发送邮件模块

This commit is contained in:
virusdefender 2015-10-09 16:08:29 +08:00
parent 7476cc0a2c
commit 0ee150a5d0
3 changed files with 3 additions and 0 deletions

1
mail/__init__.py Normal file
View File

@ -0,0 +1 @@
# coding=utf-8

1
mail/celery.py Normal file
View File

@ -0,0 +1 @@
# coding=utf-8

1
mail/tasks.py Normal file
View File

@ -0,0 +1 @@
# coding=utf-8