https://github.com/ronknight/python-email-generator
📧This project is a Python-based email generator that creates and sends product promotion emails.
https://github.com/ronknight/python-email-generator
campaign email email-template json mustache python
Last synced: 8 months ago
JSON representation
📧This project is a Python-based email generator that creates and sends product promotion emails.
- Host: GitHub
- URL: https://github.com/ronknight/python-email-generator
- Owner: ronknight
- License: mit
- Created: 2024-04-13T00:03:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T20:19:37.000Z (10 months ago)
- Last Synced: 2024-12-27T14:33:57.356Z (9 months ago)
- Topics: campaign, email, email-template, json, mustache, python
- Language: Python
- Homepage: https://www.pinoyitsolution.com
- Size: 32 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README-Python Email Generator Architecture-2.eraserdiagram
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
cloud-architecture-diagram
title Python Email Generator Architecture
// Define groups and nodes
Email Generation {
Email Template [icon: file-text]
Image Generator [icon: camera]
Email Sender [icon: mail]
}
Data Storage {
Product Data [icon: database]
Fonts [icon: type]
Image Templates [icon: images]
Product Images [icon: image]
}
Environment Config {
Env Variables [icon: settings]
}// Define connections where none are between a parent group and its own child node
Product Data > Image Generator
Fonts > Image Generator
Image Templates > Image Generator
Product Images > Image Generator
Image Generator > Email Template
Env Variables > Email Sender
Email Template > Email Sender