Skip to content

Create google groups importable email export from pretix

Notifications You must be signed in to change notification settings

momorientes/pretix_ggroups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pretix_ggroups

Pretix and gmail don't really like to play together, for larger events eventually sending mails via SMTP fails.
To circumvent this one can use google groups to send out bulk-emails, this script generates csv output which can be imported by the google groups bulk import.

Preparations

  1. Edit the group_mail, organizer and event variables in pretix_ggroups.py to suit your needs
  2. Prepare your environment
python3 -m venv venv
source venv/bin/activiate
pip install -r requirements.txt

Usage

export PRETIX_API_TOKEN=<your API token>
./pretix_ggroups.py > attendees.csv

About

Create google groups importable email export from pretix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages