Django Sendcloud2 0.2.1 | Coderz Repository

django-sendcloud2 0.2.1

Last updated:

0 purchases

django-sendcloud2 0.2.1 Image
django-sendcloud2 0.2.1 Images

Free

Languages

Categories

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.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.