django-sendgrid-v5:与sendgrid-python v5 +兼容的Django EmailBackend的实现

时间:2024-02-25 16:01:13
【文件属性】:

文件名称:django-sendgrid-v5:与sendgrid-python v5 +兼容的Django EmailBackend的实现

文件大小:40KB

文件格式:ZIP

更新时间:2024-02-25 16:01:13

django sendgrid sendgrid-api django-emailtools DjangoPython

django-sendgrid-v5 该软件包为Django实现了一个电子邮件后端,该电子邮件后端依靠sendgrid的REST API进行消息传递。 它正在积极开发中,欢迎提出请求! 要使用后端,只需安装软件包(使用pip),在Django中设置EMAIL_BACKEND设置,然后将SENDGRID_API_KEY键(设置为适当的值)添加到Django设置中。 如何安装 pip install django-sendgrid-v5 在项目的settings.py脚本中: 设置EMAIL_BACKEND = "sendgrid_backend.SendgridBackend" 将s


【文件预览】:
django-sendgrid-v5-master
----MANIFEST.in(59B)
----.flake8(30B)
----.github()
--------stale.yml(683B)
----publish.sh(125B)
----CONTRIBUTING.md(616B)
----.travis.yml(407B)
----tox.ini(674B)
----LICENSE(1023B)
----test()
--------test_backend_init.py(533B)
--------linux-penguin.png(23KB)
--------__init__.py(55B)
--------test_post_to_sendgrid.py(1KB)
--------test_mail.py(17KB)
--------test_sandbox_mode.py(2KB)
--------test_echo_to_stream.py(2KB)
----setup.py(1KB)
----README.md(3KB)
----nose.cfg(98B)
----sendgrid_backend()
--------__init__.py(83B)
--------signals.py(110B)
--------version.py(22B)
--------mail.py(14KB)
----.gitignore(105B)
----dev-requirements.txt(137B)

网友评论