Add ability to define a send_mail_task which could be used to send mails instead of the default flask-mail plugin. Could also be used to send mail asynchronously. Make flask-mail required as well.

This commit is contained in:
Matt Wright
2012-08-23 13:01:11 -04:00
parent 1af774dcb7
commit b0b09aea49
4 changed files with 35 additions and 7 deletions
+1
View File
@@ -36,6 +36,7 @@ setup(
install_requires=[
'Flask>=0.9',
'Flask-Login>=0.1.3',
'Flask-Mail>=0.6.1',
'Flask-Principal>=0.3',
'Flask-WTF>=0.5.4',
'itsdangerous>=0.15',