Skip to content

Documentation – Change Template for E-Mail #38

Open
@signalwerk

Description

How do I configure the E-Mail-Template for the Registration activation in /Configuration/Views.yaml

I tried

-
  requestFilter: 'mainRequest.isPackage("Neos.Neos") && isPackage("Sandstorm.UserManagement") && isController("Registration") && isAction("register")'
  options:
    templatePathAndFilename: 'resource://xxx.yyy/Private/EmailTemplates/ActivationToken.html'
    partialRootPaths: ['resource://xxx.yyy/Private/Partials']
    layoutRootPaths: ['resource://xxx.yyy/Private/Layouts']

But this changes the output on the website and not the activation mail.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions