adding Sent email API

This commit is contained in:
2024-09-22 20:02:30 +02:00
parent 4612d43a5c
commit c9a0e0a7b6
8 changed files with 40 additions and 1 deletions

View File

@@ -179,7 +179,7 @@ WAGTAILSEARCH_BACKENDS = {
# Base URL to use when referring to full URLs within the Wagtail admin backend -
# e.g. in notification emails. Don't include '/admin' or a trailing slash
WAGTAILADMIN_BASE_URL = "http://example.com"
WAGTAILADMIN_BASE_URL = "https://saburly.com"
# Allowed file extensions for documents in the document library.
# This can be omitted to allow all files, but note that this may present a security risk