Add a couple of email setting definitions

This commit is contained in:
Lance Edgar 2021-12-23 19:59:18 -06:00
parent 7f8f0fb7dc
commit b59f2c1e73

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2020 Lance Edgar # Copyright © 2010-2021 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -28,4 +28,6 @@ Theo email profile settings
from rattail.emails import (upgrade_failure, from rattail.emails import (upgrade_failure,
upgrade_success, upgrade_success,
user_feedback, user_feedback,
rattail_import_versions_updates) rattail_import_versions_updates,
new_email_requested,
new_phone_requested)