Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install django-sem

How to install django-sem

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install django-sem
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.2 Available View build log
0.2.1 Available View build log
Windows (64-bit)
Mac OS X (10.5+)
0.2.2 Available View build log
0.2.1 Available View build log
Linux (32-bit)
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
Linux (64-bit)
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
 
License
LICENSE.txt
Imports
Lastest release
version 0.2.2 on Nov 20th, 2012

SignedEmailMessage is a django package modifying the original, built-in EmailMessage by adding a possibility to add signing certificats.

INITIAL ACTIONS

1. Include SEM in your settings' installed apps. INSTALLED_APPS = (

System Message: ERROR/3 (<string>, line 13)

Unexpected indentation.
... 'SEM', ... )

2. Add default charset and your authentication certificate to your settings. DEFAULT_CHARSET = 'utf-8' AUTH_CERT = "media/cert.pem"

This is the highest available cert in cery-chain.

TYPICAL USAGE

from SEM import SEMail

msg = SEMail.SignedEmailMessage(
subject, message_body, sender, recipient_list, attachments=attachments, from_key=from_key, from_cert=from_cert)

System Message: WARNING/2 (<string>, line 33)

Definition list ends without a blank line; unexpected unindent.

msg.send()

Where from_key and from_cert are routes to your key and cert: from_key = "media/mail_key.pem" from_cert = "media/mail.pem"

REQUIREMENTS

Django >= 1.1.1 M2Crypto >= 0.21.1

CONTRIBUTION

This package is fully dependent and bases on M2Crpyto.

Subscribe to package updates

Last updated Nov 20th, 2012

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.