Skip to content

Commit

Permalink
Fix email_to/error_email_from bugs
Browse files Browse the repository at this point in the history
Using email_to or error_email_from generate errors: ckan/ckan#7802
  • Loading branch information
mjanez authored Nov 4, 2024
1 parent 35b27ff commit 5ef4c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ CKAN___SMTP__USER=user
CKAN___SMTP__PASSWORD=password
CKAN___SMTP__MAIL_FROM=ckan@${PROXY_SERVER_NAME}
CKAN___SMTP__REPLY_TO=ckan@${PROXY_SERVER_NAME}
CKAN___EMAIL_TO=ckan@${PROXY_SERVER_NAME}
#WARNING: Using email_to or error_email_from generate errors: https://github.com/ckan/ckan/issues/7802
CKAN___EMAIL_TO=''
CKAN___ERROR_EMAIL_FROM=''

## Customize which text formats the text_view plugin will show
Expand Down

0 comments on commit 5ef4c29

Please sign in to comment.