Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amazon SES integration + HTML escaping issues fixed #57

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Amazon SES integration + HTML escaping issues fixed #57

wants to merge 4 commits into from

Commits on Feb 21, 2012

  1. Amazon SES SMTP support

    Amazon uses legacy SMTP over SSL protocol on port 465, Python standard lib is capable handling it with proper initialisation.
    When SMTP over SSL is used, TLS flag is irrelevant
    unknown authored and unknown committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    492f3d5 View commit details
    Browse the repository at this point in the history
  2. Site view and unsubscribe link need not to be escaped when included i…

    …nto the body of newsletter
    
    Call to BeatifulSoap changed to avoid HTML escaping of included content.
    unknown authored and unknown committed Feb 21, 2012
    Configuration menu
    Copy the full SHA
    3089753 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2012

  1. Working prototype, not very clean implementation

    YuChem committed Mar 29, 2012
    Configuration menu
    Copy the full SHA
    7607854 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2012

  1. Better integration with Django CMS for conent generation. CMS page se…

    …lection added to newsletter edit form.
    YuChem committed Mar 30, 2012
    Configuration menu
    Copy the full SHA
    a8f55d1 View commit details
    Browse the repository at this point in the history