django-sendcloud2 0.2.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangosendcloud2 0.2.1

提供django下sendcloud接口,支持python2/3,支持replyto

Quick start

Install:
pip install django_sendcloud2

配置,在settings.py中:
EMAIL_BACKEND = 'sendcloud.SendCloudBackend'
SENDCLOUD = {
'email': {
'api_user': '',
'api_key': '',
},
'sms': {
'sms_user': '',
'sms_key': '',
'muted': True
},
}

按照正常django方式发送邮件即可, 发送sms用`sms.send`

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.