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

Conversation

YuChem
Copy link

@YuChem YuChem commented Feb 21, 2012

Two updates to the code:

  • Support for Amazon SES SMTP service. It works in legacy SMTP over SSL format on port 465
  • Avoid HTML escaping for site view header and unsubsribe footer injected content

unknown and others added 4 commits February 21, 2012 15:11
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
…nto the body of newsletter

Call to BeatifulSoap changed to avoid HTML escaping of included content.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant