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

docs: fix code snippet in README #878

Merged
merged 2 commits into from
Mar 13, 2020

Commits on Mar 13, 2020

  1. Code snipped fixes.

    Code snipped provided is throwing error  "TypeError: Object of type Email is not JSON serializable"
    
    Fixes.:
    1) Changed "to_email = To("test@example.com") " to to_email = To("test@example.com")
    2) mail = Mail(from_email, subject, to_email, , content) to mail = Mail(from_email, to_email, subject, , content)
    neerajgupta2407 committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    e2d63a5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    childish-sambino committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    8724b73 View commit details
    Browse the repository at this point in the history