Django Mailer的加载项,允许发送受限制的电子邮件

django-mailer-throttled的Python项目详细描述


Django Mailer已节流

django-mailer的加载项允许 发送受限制的电子邮件。

将其作为附加组件安装在django mailer旁边。

安装

从pypi获得最新的稳定版本

pip install django-mailer-throttled

从github获取最新提交

pip install -e git+git://github.com/bitmazk/django-mailer-throttled.git#egg=mailer_throttled

mailer_throttled添加到INSTALLED_APPS

INSTALLED_APPS=(...,'mailer''mailer_throttled',)

用法

MAILER_THROTTLE_AMOUNT设置为要发送的电子邮件数 每次运行发送。

不再使用原始的send_mail管理命令,而是使用新的 send_mail_throttled

贡献

如果您想参与此项目,请执行以下步骤

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-mailer-throttled
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
安卓软件包与java代码中的类型冲突   谷歌应用引擎Java还是Python?   如何将java bean传递到jsp页面,以便jqQrid使用json显示?   在编译kotlin代码时,kotlin编译器如何处理java代码?   java不准确地更改JTextPane中的文本颜色   反应式编程AWS SDK v2 SdkAsyncHttpClient使用Java 11 Java实现。网http HttpClient sendAsync   在Spring AMQP中,java根据队列的消费者计数来消费队列   java在ArrayList的add()方法中创建新对象会导致内存泄漏。我能做什么不同的事?   未将java BufferedReader特定行追加到字符串   用于聊天程序格式化的java JavaFX 2文本区   java如何从netbeans项目生成exexutable文件?   swing如何在Java中使用JButton操作调整JWindow的宽度和高度?   java有没有办法在spring boot中使用jasypt aes加密和解密?   java通过使用泛型如何将映射作为集合传递给方法?   java如何替换不推荐使用的构造函数DynamoDBMapperFieldModel