-
Notifications
You must be signed in to change notification settings - Fork 130
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
from_email should accept None and set DEFAULT_FROM_EMAIL in that case #97
Comments
I believe the idea here was to mimic as close as possible the arguments of django.core.mail.send_mail If we decide to change, what would be the correct approach to do this while keeping the backward compatibility and args order? On a side note: Because of Django's |
Yes, the idea is to mimic Django behavior. But if we're going to lose backward compatibility for arg order, then don't worry. We should only have a test to ensure |
Am I understanding this correctly: if |
What do you think @aericson ?
The text was updated successfully, but these errors were encountered: