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

Support for EmailMessage.extra_headers and transactional option #160

Merged

Commits on Nov 15, 2017

  1. Support for EmailMessage.extra_headers and transactional option

    Relates to SparkPost#159
    
    EmailMessage.extra_headers land in custom_headers transmission param,
    and X-MSYS-API if present and has options.transactional == True will
    translate onto transactional transmission param.
    wooyek committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    86ae339 View commit details
    Browse the repository at this point in the history
  2. flake is invalidating some file I did not touch to implement header s…

    …upport
    
    I put TODO in these and marked invalid statements for noqa,
    as they are generally ok
    wooyek committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    083da7b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2017

  1. payload log dumping was added per request from Steve from Sparkpost s…

    …upport,
    
    during debugging of DKIM signature validation problem with some messages
    
    Case ID# 203488
    
    Payload dumping can be disabled with usual python logging configuration
    wooyek committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    91967af View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. shorter comment for linting

    wooyek committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    df15c84 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    f65836e View commit details
    Browse the repository at this point in the history