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

helpers.Mail: warn on incorrect invocation #559

Closed
wants to merge 1 commit into from
Closed

helpers.Mail: warn on incorrect invocation #559

wants to merge 1 commit into from

Commits on Feb 26, 2018

  1. helpers.Mail: warn on incorrect invocation

    Invocations like `Mail(from_email=Email('[email protected]'), subject=subject, to_email=Email(to))` silently discard all parameters. Took me several hours to debug this. I'm not sure why the library is designed that way. But I thought it would be nice to warn the caller if parameters are discarded.
    Maximillian Dornseif authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    ac1fce8 View commit details
    Browse the repository at this point in the history