emichael / newstastic

Simple Python module and template interface used for making and sending HTML email newsletters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

newstastic

License

This work licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

I do not own the template provided with this module, it was taken from mailchimp/email-blueprints and modified, as allowed by the Creative Commons Attribution-ShareAlike 3.0 Unported License.

Usage Instructions

  1. Modify template.html, adding your image, footer, and title. Do not replace magic strings (e.g. *|TEASER*|). Optionally, modify the CSS to make your own custom style.

  2. Create an XML file following the example.xml. Any HTML embedded within the XML doc should be escaped.

  3. Execute python send_email.py xml/your_xml_doc.xml

About

Simple Python module and template interface used for making and sending HTML email newsletters


Languages

Language:Python 100.0%