Skip to main content
Home-page: https://github.com/andyfangdz/django-asyncmailer
Author: Dezhi “Andy” Fang
Author-email: andyfang.dz@gmail.com
License: The MIT License
Description-Content-Type: UNKNOWN
Description: Django AsyncMailer
============
.. image:: https://travis-ci.org/andyfangdz/django-asyncmailer.svg?branch=master
:target: https://travis-ci.org/andyfangdz/django-asyncmailer
Async email solution w/ multiple SMTP credentials, load-balancing and blacklist.

Installation
------------

To get the latest stable release from PyPi

.. code-block:: bash

pip install django-asyncmailer

To get the latest commit from GitHub

.. code-block:: bash

pip install -e git+git://github.com/andyfangdz/django-asyncmailer.git#egg=asyncmailer

TODO: Describe further installation steps (edit / remove the examples below):

Add ``asyncmailer`` to your ``INSTALLED_APPS``

.. code-block:: python

INSTALLED_APPS = (
...,
'asyncmailer',
)

Add the ``asyncmailer`` URLs to your ``urls.py``

.. code-block:: python

urlpatterns = [
url(r'^asyncmailer/', include('asyncmailer.urls')),
]

Before your tags/filters are available in your templates, load them by using

.. code-block:: html

{% load asyncmailer_tags %}


Don't forget to migrate your database

.. code-block:: bash

./manage.py migrate asyncmailer


Usage
-----

TODO: Describe usage or point to docs. Also describe available settings and
templatetags.


Contribute
----------

If you want to contribute to this project, please perform the following steps

.. code-block:: bash

# Fork this repository
# Clone your fork
# Install virtualenvwrapper if you haven't:
# sudo pip install virtualenvwrapper
# Edit .bashrc/.zshrc according to:
# http://virtualenvwrapper.readthedocs.io/en/latest/install.html#shell-startup-file
mkvirtualenv -p python2.7 django-asyncmailer
make develop

# Make your feature branch
git co -b feature_branch master

# You can initiate the database and preview the app in the browser

# Django < 1.8:
./manage.py syncdb --all
./manage.py migrate --fake

# Django >= 1.8:
./manage.py migrate

./manage.py runserver

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

In order to run the tests, simply execute ``tox``. This will install two new
environments (for Django 1.8 and Django 1.9) and run the tests against both
environments.

Keywords: django,async,email
Platform: OS Independent

Release files for django-asyncmailer 1.6.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-asyncmailer 1.6.1
File Size Uploaded
django-asyncmailer-1.6.1.tar.gz 18.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django-asyncmailer 1.6.1
File Interpreter ABI Platform
django_asyncmailer-1.6.1-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size: 42.9 kB

Release files / django-asyncmailer-1.6.1.tar.gz

Download URL django-asyncmailer-1.6.1.tar.gz
Size 18.6 kB
Tags Source
SHA-256 checksum
How to use checksums
71d876331fb621b93de6ae863f3a8cd6eb5d027b9939061dbc94f812727435bc
BLAKE2b-256 checksum
How to use checksums
8b20548b3aa0fcfcab10d9a0ae07c81d19c581f28b1a3b72effab1f454a47ca5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / django_asyncmailer-1.6.1-py2.py3-none-any.whl

Download URL django_asyncmailer-1.6.1-py2.py3-none-any.whl
Size 24.3 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
c4e5c7c30681c1ececec7efb885798b490dd9e567dd0a95435f3779da30d1ffd
BLAKE2b-256 checksum
How to use checksums
6d55f9b9d3ffb544b46e26584d8f1b541acc0554af89b165ce3e046800b64905
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.6.1 This release

2 release files

1.5.1

2 release files

1.4.1

1 release file

1.4

1 release file

1.3

1 release file

1.2

1 release file

1.1

1 release file

1.0

1 release file

0.6.5

1 release file

0.6.4

1 release file

0.6.3

1 release file

0.6.2

1 release file

0.6.1

1 release file

0.6

1 release file

0.5.1

1 release file

0.5.0

1 release file

0.4.1

1 release file

0.4

1 release file

0.3

1 release file

0.2

2 release files

0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page