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

feat: add support for dynamic template data to Email class #908

Merged
merged 3 commits into from
Jun 17, 2020

Commits on Jun 13, 2020

  1. feat: add support for dynamic template data to Email class

    Fixes #899
    
    This is helpful when sending multiple emails to multiple recipients. You can now include the dynamic template data with the recipient which will then be included in the personalization.
    Sam Harrison committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    150c53b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Merge branch 'master' into dynamic-template-data-support

    childish-sambino authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b2e668d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. add dynamic template data dict test

    Sam Harrison committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    994d29c View commit details
    Browse the repository at this point in the history