Skip to main content

Email template management for web applications

Project description

https://travis-ci.org/axant/tgapp-mailtemplates.svg?branch=master

About mailtemplates

mailtemplates is a Pluggable application for TurboGears2.

Installing

mailtemplates can be installed both from pypi or from bitbucket:

pip install mailtemplates

should just work for most of the users

Plugging mailtemplates

In your application config/app_cfg.py import plug:

from tgext.pluggable import plug

Then at the end of the file call plug with mailtemplates:

plug(base_config, 'mailtemplates')

For configure your default language for email templates, add the ISO 3166-2 code as parameter of the plug call:

plug(base_config, 'mailtemplates', default_language='IT')

If not specified, ‘EN’ will be the default language for you app.

You will be able to access the plugged application at http://localhost:8080/mailtemplates.

Available Hooks

mailtemplates makes available a some hooks which will be called during some actions to alter the default behavior of the appplications:

Exposed Partials

mailtemplates exposes a bunch of partials which can be used to render pieces of the blogging system anywhere in your application:

Exposed Templates

The templates used by registration and that can be replaced with tgext.pluggable.replace_template are:

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

tgapp-mailtemplates-0.12.0.tar.gz (19.0 kB view details)

Uploaded Source

File details

Details for the file tgapp-mailtemplates-0.12.0.tar.gz.

File metadata

File hashes

Hashes for tgapp-mailtemplates-0.12.0.tar.gz
Algorithm Hash digest
SHA256 03f4a31a8ae2cbda350e0e3a121ed21e30f86181bc46fb9b63fa4e1c15815b64
MD5 4da6a8950d98315025214edd1d712c7c
BLAKE2b-256 3a23774b223a73d698a849d957221230bea4733dd5ffe7ba00c5cfca26ad4f32

See more details on using hashes here.

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