Skip to main content

A plugin to integrate Django and Mailup

Project description

Installation

Add ‘mailup’ in your INSTALLED_APPS.

Settings

Add in you settings the followings parameters:

MAILUP_CONSOLE_URL = 'http://mailup.dominio.it' # Mailup base console url : eg: http://mailup.dominio.it
MAILUP_USER = 'mailup_user'
MAILUP_PASSWORD = 'mailup_password'

Testing

To test the application set the following parameters in your settings:

MAILUP_TEST_GUID = 'GUID'
MAILUP_TEST_ID_LIST = 'XX'
MAILUP_TEST_ID_GROUP = 'XXX'
MAILUP_TEST_EMAIL = 'mail@example.com'

Then run:

python manage.py test mailup.MailupTest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mailup-0.1.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page