https://github.com/netways/pretix-email-net
Email renderer for Netways Event Services
https://github.com/netways/pretix-email-net
Last synced: 4 months ago
JSON representation
Email renderer for Netways Event Services
- Host: GitHub
- URL: https://github.com/netways/pretix-email-net
- Owner: NETWAYS
- License: apache-2.0
- Created: 2021-03-29T12:06:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T14:35:02.000Z (4 months ago)
- Last Synced: 2025-03-04T15:32:56.540Z (4 months ago)
- Language: HTML
- Size: 563 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pretix Email Template for NETWAYS
This is a plugin for Pretix that creates a custom template for emails.
It consists of 2 boxes in the main part and a footer with signature and logos.
In the first box, after the event title, the first paragraph with the greeting is blue, the respective customer name can be dynamically set via the email settings under ``Email Content`` with the variable ``{name}`` or ``{name_for_salutation}``.In the second box the order details are displayed
In the template you can optionally show an event logo in the upper left corner and the signature is selectable in the Pretix GUI.
The first two lines of the signature are in blue color.
To the right of the signature are 4 social media icons with hyperlinks. The URLs of the icons and hyperlinks are hardcoded in the footer and must be changed manually if desired.To the right of the signature are four social media icons for Twitter, Youtube, Facebook and Instagram.
## Installation:
Install the plugin with ``pip install pretix-net-mail``.
Then reconfigure Pretix with the commands ``python -m pretix rebuild && python migrate``.
Then restart the server with ``systemctl restart pretix-web pretix-worker`` (depending on the installation)