Settings¶
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.