-
Notifications
You must be signed in to change notification settings - Fork 40
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
DebugMailer doesn't use from_settings() to initialize with pyramid_mailer.debug #66
Comments
Sounds like a good change. |
Just discovered the same. +1 for adding the change. |
This issue affects me. Currently the only way to change which directory it uses is to modify the source code directly as I do not have direct control over which directory my project is sitting in due to its deployment configuration. |
PRs are gladly accepted and are more effective than +1s and me-toos. |
@rach please do provide a PR. I would imaging that tests for the feature will need to do some |
Sorry for the lack of answers, I missed the previous github messages. |
Is when including pyramid.debug should also look at the settings? Otherwise the method from_settings() on the DebugMailer seems unused and we cannot configure the directory with the
mail.top_level_directory
https://github.com/Pylons/pyramid_mailer/blob/5545c41830af5d56c77df2f0e4ba50bc669e2aae/pyramid_mailer/debug.py
I can provide a PR if you agree on the change.
The text was updated successfully, but these errors were encountered: