zenodo-rdm icon indicating copy to clipboard operation
zenodo-rdm copied to clipboard

config: investigate adding localhost (or `$(hostname)`) in `APP_ALLOWED_HOSTS`

Open slint opened this issue 1 year ago • 0 comments

In legacy production we had this setting with a comment:

APP_ALLOWED_HOSTS = [
    'localhost',  # allows sending emails from Celery tasks
    ...
]

This might explain possibly why email sending fails sometimes? Has to be cross-checked.

slint avatar Oct 12 '23 22:10 slint