Skip to content

feat: Provide Email-module#1678

Draft
phorward wants to merge 2 commits into
viur-framework:developfrom
phorward:feat-email-module
Draft

feat: Provide Email-module#1678
phorward wants to merge 2 commits into
viur-framework:developfrom
phorward:feat-email-module

Conversation

@phorward
Copy link
Copy Markdown
Member

Provides admin tooling for e-mail queues.

The module has to be sub-classed in a project where it is in use:

from viur.core.modules.email import Email


class Email(Email):
    pass

Currently requires these index.yaml entries:

- kind: viur-emails
  properties:
  - name: isSend
  - name: errorCount
    direction: desc

- kind: viur-emails
  properties:
  - name: isSend
  - name: creationDate
    direction: desc

@phorward phorward added this to the ViUR-core v3.9 milestone Apr 24, 2026
@phorward phorward added the feature New feature or request label Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant