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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file django-mailup-0.1.2.tar.gz
.
File metadata
- Download URL: django-mailup-0.1.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c66f3fbfaaa4e1d048f69aa9ed09a9dd069dbf9fab413691090b9ae8e8f8aa12 |
|
MD5 | 31afcd231e130aced14f9d21b03ea705 |
|
BLAKE2b-256 | 3d19301f6ba2b18f5edf3d39191bc1f80ae30fb674009287f846c4d237c0a5d2 |