Add DEFAULT_FROM_EMAIL to deployment checklist
While using the PasswordResetForm I wasn't reminded that DEFAULT_FROM_EMAIL was a needed setting and was not set. This resulted in a non working PasswordResetForm and thus there was no email send. As I did had the SERVER_EMAIL set I thought this would be sufficient.
Change History
(5)
Component: |
Core (Mail) → Documentation
|
Has patch: |
set
|
Summary: |
Raise Exception when DEFAULT_FROM_EMAIL is not set → Add DEFAULT_FROM_EMAIL to deployment checklist
|
Triage Stage: |
Unreviewed → Ready for checkin
|
Type: |
Bug → Cleanup/optimization
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
I am not sure exactly where you propose to raise the exception, but if I understand correctly, it's probably not an option due to backwards compatibility as the "unset" option for
DEFAULT_FROM_EMAIL
is actually "webmaster@localhost".How about the attached enhancement to the deployment checklist instead?