Skip to content

Instantly share code, notes, and snippets.

@mfMeds

mfMeds/Finisher Secret

Created November 13, 2018 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfMeds/ad930be15e7217200617fb978dd31c82 to your computer and use it in GitHub Desktop.
Save mfMeds/ad930be15e7217200617fb978dd31c82 to your computer and use it in GitHub Desktop.
finishers:
-
identifier: 'Neos.Form:Redirect'
#options:
#will redirect to http://website.com/contact/thanks.html
#uri: 'contact/thanks.html'
-
identifier: 'Neos.Form:Email'
options:
templatePathAndFilename: resource://MYVendor.Website/Private/Templates/Email/Message.html
subject: Anfrage auf MYdomain.toplevel
recipientAddress: anonymous@MYdomain.toplevel
recipientName: 'Office'
senderAddress: noreply@MYdomain.toplevel
senderName: MediateSystems
replyToAddress: office@MYdomain.toplevel
format: html
translation.enabled: true
translation.package: 'MYVendor.Website'
translation.locale: 'de'
translation.source: 'Main'
#-
# identifier: 'MYVendor.Website:MultiLang'
#options:
#redirectTo: 'fde02d3f-6abc-4352-be2b-a1b8e04dcf9f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment