Skip to content

codenerix/django-codenerix-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-codenerix-email

Codenerix Email is a module that enables CODENERIX to set send emails in a general manner.

Try our demo with Codenerix Cloud

Demo

You can have a look to our demos online:

You can find some working examples in GITHUB at django-codenerix-examples project.

Quickstart

  1. Install this package:

    For python 2: sudo pip2 install django-codenerix-email
    For python 3: sudo pip3 install django-codenerix-email
    
  2. Add "codenerix_extensions" and "codenerix_email" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'codenerix_extensions',
        'codenerix_email',
    ]
    
  3. Since Codenerix Email is a library, you only need to import its parts into your project and use them.

Documentation

Coming soon... do you help us?

You can get in touch with us here.

About

Emailing system for CODENERIX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors