Settings

General Settings

pennyblack.default_settings.TINYMCE_CONFIG_URL

Newsletter

pennyblack.default_settings.NEWSLETTER_TYPE

Defines the available newsletter types. Normally you don’t have to change these.

pennyblack.default_settings.NEWSLETTER_TYPE_MASSMAIL

A tuple with all NEWSLETTER_TYPE id’s which are considered a massmail newsletter.

Massmail are newsletters which are sent to many receivers at the same time.

pennyblack.default_settings.NEWSLETTER_TYPE_WORKFLOW

A tuple with all NEWSLETTER_TYPE id’s wich are considered a workflow newsletter.

Workflow newsletters are emails wich are sent to each receiver indivitually, for example a registration complete email wich is sent right after a user registers.

pennyblack.default_settings.NEWSLETTER_CONTENT_WIDTH

The content with of a newsletter, has to match the with in the template.

pennyblack.default_settings.TEXT_AND_IMAGE_CONTENT_POSITIONS

A list of position choices for the TextWithImageNewsletterContent.

pennyblack.default_settings.TEXT_AND_IMAGE_CONTENT_IMAGE_WIDTH_SIDE
pennyblack.default_settings.JPEG_QUALITY

The quality in percent which is used to compress jpeg images.

Job

pennyblack.default_settings.JOB_STATUS
pennyblack.default_settings.JOB_STATUS_CAN_SEND
pennyblack.default_settings.JOB_STATUS_PENDING
pennyblack.default_settings.JOB_STATUS_CAN_EDIT

Bounce detection

pennyblack.default_settings.BOUNCE_DETECTION_ENABLE
pennyblack.default_settings.BOUNCE_DETECTION_DAYS_TO_LOOK_BACK
pennyblack.default_settings.BOUNCE_DETECTION_BOUNCE_EMAIL_FOLDER

Table Of Contents

Previous topic

Bouncedetection

Next topic

Integration

This Page