django-mailpers

SMTP / Email helpers for Django apps
Download

django-mailpers Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Rafal Zawadzki
  • Publisher web site:
  • http://bluszcz.net

django-mailpers Tags


django-mailpers Description

SMTP / Email helpers for Django apps django-mailpers is a set of SMTP/e-mail helpers for Django applications. For example first helper allows to run easily SMTP development server for your project.Installationsimply type:pip install django-mailpersoreasy_install django-mailpersor download sources using github and run:python setup.py installIntegrating with your Django projectAdd following to your INSTALLED_APPS variable:'mailpers',UsageFor now there is only one command implemented - SMTP server.After the installation manage.py help will show you new command, runsmtpserver.This command runs development SMTP server (which acts as a real one, but not sends emails) using your EMAIL_HOST and EMAIL_PORT variables - so they should be set for localhost or any bindable ip/port on your machine. Requirements: · Python · Django


django-mailpers Related Software